Class: Aws::QBusiness::Types::ListConversationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversationsArray<Types::Conversation>

An array of summary information on the configuration of one or more Amazon Q Business web experiences.

Returns:



4125
4126
4127
4128
4129
4130
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4125

class ListConversationsResponse < Struct.new(
  :next_token,
  :conversations)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4125
4126
4127
4128
4129
4130
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4125

class ListConversationsResponse < Struct.new(
  :next_token,
  :conversations)
  SENSITIVE = []
  include Aws::Structure
end