Class: Aws::QConnect::Types::GetNextMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetNextMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
-
#next_message_token ⇒ String
The token for the next message.
-
#session_id ⇒ String
The identifier of the Amazon Q in Connect session.
Instance Attribute Details
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
5187 5188 5189 5190 5191 5192 5193 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5187 class GetNextMessageRequest < Struct.new( :assistant_id, :session_id, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#next_message_token ⇒ String
The token for the next message. Use the value returned in the SendMessage or previous response in the next request to retrieve the next message.
5187 5188 5189 5190 5191 5192 5193 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5187 class GetNextMessageRequest < Struct.new( :assistant_id, :session_id, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the Amazon Q in Connect session.
5187 5188 5189 5190 5191 5192 5193 |
# File 'lib/aws-sdk-qconnect/types.rb', line 5187 class GetNextMessageRequest < Struct.new( :assistant_id, :session_id, :next_message_token) SENSITIVE = [] include Aws::Structure end |