Class: Aws::QBusiness::Types::GetChatResponseConfigurationRequest

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 unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4561

class GetChatResponseConfigurationRequest < Struct.new(
  :application_id,
  :chat_response_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#chat_response_configuration_idString

The unique identifier of the chat response configuration to retrieve from the specified application.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4561

class GetChatResponseConfigurationRequest < Struct.new(
  :application_id,
  :chat_response_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end