You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConnectParticipant::Types::SendMessageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SendMessageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  content_type: "ChatContentType", # required
  content: "ChatContent", # required
  client_token: "ClientToken",
  connection_token: "ParticipantToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

#connection_tokenString

The authentication token associated with the connection.

Returns:

  • (String)

    The authentication token associated with the connection.

#contentString

The content of the message.

Returns:

  • (String)

    The content of the message.

#content_typeString

The type of the content. Supported types are text/plain.

Returns:

  • (String)

    The type of the content.