Class: Aws::QBusiness::Types::ListConversationsRequest

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

#application_idString

The identifier of the Amazon Q Business application.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3930

class ListConversationsRequest < Struct.new(
  :application_id,
  :user_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of Amazon Q Business conversations to return.

Returns:

  • (Integer)


3930
3931
3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3930

class ListConversationsRequest < Struct.new(
  :application_id,
  :user_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3930

class ListConversationsRequest < Struct.new(
  :application_id,
  :user_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user involved in the Amazon Q Business web experience conversation.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3930

class ListConversationsRequest < Struct.new(
  :application_id,
  :user_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end