class Aws::ConnectParticipant::Types::SendMessageRequest
@note When making an API call, you may pass SendMessageRequest
data as a hash: { content_type: "ChatContentType", # required content: "ChatContent", # required client_token: "ClientToken", connection_token: "ParticipantToken", # required }
@!attribute [rw] content_type
The type of the content. Supported types are text/plain. @return [String]
@!attribute [rw] content
The content of the message. @return [String]
@!attribute [rw] client_token
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] connection_token
The authentication token associated with the connection. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/SendMessageRequest AWS API Documentation
Constants
- SENSITIVE