Class: Aws::QBusiness::Types::ListConversationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListConversationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversations ⇒ Array<Types::Conversation>
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
Instance Attribute Details
#conversations ⇒ Array<Types::Conversation>
An array of summary information on the configuration of one or more Amazon Q Business web experiences.
4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4983 class ListConversationsResponse < Struct.new( :next_token, :conversations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4983 class ListConversationsResponse < Struct.new( :next_token, :conversations) SENSITIVE = [] include Aws::Structure end |