Class: Aws::QBusiness::Types::ListChatResponseConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the Amazon Q Business application for which to list available chat response configurations.

Returns:

  • (String)


6065
6066
6067
6068
6069
6070
6071
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065

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

#max_resultsInteger

The maximum number of chat response configurations to return in a single response. This parameter helps control pagination of results when many configurations exist.

Returns:

  • (Integer)


6065
6066
6067
6068
6069
6070
6071
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065

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

#next_tokenString

A pagination token used to retrieve the next set of results when the number of configurations exceeds the specified ‘maxResults` value.

Returns:

  • (String)


6065
6066
6067
6068
6069
6070
6071
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065

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