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

Class: Aws::ConnectParticipant::Types::SendEventRequest

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

Overview

Note:

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

{
  content_type: "ChatContentType", # required
  content: "ChatContent",
  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 participant\'s connection.

Returns:

  • (String)

    The authentication token associated with the participant\'s connection.

#contentString

The content of the event to be sent (for example, message text). This is not yet supported.

Returns:

  • (String)

    The content of the event to be sent (for example, message text).

#content_typeString

The content type of the request. Supported types are:

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

  • application/vnd.amazonaws.connect.event.connection.acknowledged

Returns:

  • (String)

    The content type of the request.