class Aws::ConnectParticipant::Types::SendEventRequest

@note When making an API call, you may pass SendEventRequest

data as a hash:

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

@!attribute [rw] content_type

The content type of the request. Supported types are:

* application/vnd.amazonaws.connect.event.typing

* application/vnd.amazonaws.connect.event.connection.acknowledged
@return [String]

@!attribute [rw] content

The content of the event to be sent (for example, message text).
This is not yet supported.
@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 participant's
connection.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/SendEventRequest AWS API Documentation

Constants

SENSITIVE