Class: Aws::QBusiness::Types::ListMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListMessagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier for the Amazon Q Business application.
-
#conversation_id ⇒ String
The identifier of the Amazon Q Business web experience conversation.
-
#max_results ⇒ Integer
The maximum number of messages to return.
-
#next_token ⇒ String
If the number of messages returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of messages.
-
#user_id ⇒ String
The identifier of the user involved in the Amazon Q Business web experience conversation.
Instance Attribute Details
#application_id ⇒ String
The identifier for the Amazon Q Business application.
5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5344 class ListMessagesRequest < Struct.new( :conversation_id, :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The identifier of the Amazon Q Business web experience conversation.
5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5344 class ListMessagesRequest < Struct.new( :conversation_id, :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of messages to return.
5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5344 class ListMessagesRequest < Struct.new( :conversation_id, :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of messages returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of messages.
5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5344 class ListMessagesRequest < Struct.new( :conversation_id, :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user involved in the Amazon Q Business web experience conversation.
5344 5345 5346 5347 5348 5349 5350 5351 5352 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5344 class ListMessagesRequest < Struct.new( :conversation_id, :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |