Class: Aws::QBusiness::Types::ListChatResponseConfigurationsResponse

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

#chat_response_configurationsArray<Types::ChatResponseConfiguration>

A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.



6087
6088
6089
6090
6091
6092
# File 'lib/aws-sdk-qbusiness/types.rb', line 6087

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

#next_tokenString

A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the ‘maxResults` parameter.

Returns:

  • (String)


6087
6088
6089
6090
6091
6092
# File 'lib/aws-sdk-qbusiness/types.rb', line 6087

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