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)


4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4540

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)


4540
4541
4542
4543
4544
4545
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4540

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