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
- Struct
- Aws::ConnectParticipant::Types::SendEventRequest
- Defined in:
- (unknown)
Overview
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
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#connection_token ⇒ String
The authentication token associated with the participant\'s connection.
-
#content ⇒ String
The content of the event to be sent (for example, message text).
-
#content_type ⇒ String
The content type of the request.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
#connection_token ⇒ String
The authentication token associated with the participant\'s connection.
#content ⇒ String
The content of the event to be sent (for example, message text). This is not yet supported.
#content_type ⇒ String
The content type of the request. Supported types are:
application/vnd.amazonaws.connect.event.typing
application/vnd.amazonaws.connect.event.connection.acknowledged