Class: Aws::QConnect::Types::SendMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SendMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MessageConfiguration
The configuration of the [SendMessage] request.
-
#next_message_token ⇒ String
The token for the next message, used by GetNextMessage.
-
#request_message_id ⇒ String
The identifier of the submitted message.
Instance Attribute Details
#configuration ⇒ Types::MessageConfiguration
The configuration of the [SendMessage] request.
[1]: docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_SendMessage.html
10375 10376 10377 10378 10379 10380 10381 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#next_message_token ⇒ String
The token for the next message, used by GetNextMessage.
10375 10376 10377 10378 10379 10380 10381 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#request_message_id ⇒ String
The identifier of the submitted message.
10375 10376 10377 10378 10379 10380 10381 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |