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.
5247 5248 5249 5250 5251 5252 5253 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5247 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.
5247 5248 5249 5250 5251 5252 5253 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5247 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.
5247 5248 5249 5250 5251 5252 5253 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5247 class GetNextMessageRequest < Struct.new( :assistant_id, :session_id, :next_message_token) SENSITIVE = [] include Aws::Structure end |