Class: Aws::QConnect::Types::GetNextMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetNextMessageRequest
- Defined in:
- gems/aws-sdk-qconnect/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.
5194 5195 5196 5197 5198 5199 5200 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5194 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.
5194 5195 5196 5197 5198 5199 5200 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5194 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.
5194 5195 5196 5197 5198 5199 5200 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5194 class GetNextMessageRequest < Struct.new( :assistant_id, :session_id, :next_message_token) SENSITIVE = [] include Aws::Structure end |