Class: Aws::QBusiness::Types::ListConversationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListConversationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application.
-
#max_results ⇒ Integer
The maximum number of Amazon Q Business conversations to return.
-
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
-
#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 of the Amazon Q Business application.
4961 4962 4963 4964 4965 4966 4967 4968 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4961 class ListConversationsRequest < Struct.new( :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of Amazon Q Business conversations to return.
4961 4962 4963 4964 4965 4966 4967 4968 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4961 class ListConversationsRequest < Struct.new( :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business conversations.
4961 4962 4963 4964 4965 4966 4967 4968 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4961 class ListConversationsRequest < Struct.new( :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.
4961 4962 4963 4964 4965 4966 4967 4968 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4961 class ListConversationsRequest < Struct.new( :application_id, :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |