Class: Aws::QBusiness::Types::GetChatResponseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetChatResponseConfigurationRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.
-
#chat_response_configuration_id ⇒ String
The unique identifier of the chat response configuration to retrieve from the specified application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.
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_id ⇒ String
The unique identifier of the chat response configuration to retrieve from the specified application.
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 |