Class: Aws::QBusiness::Types::GetChatResponseConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetChatResponseConfigurationResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_response_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
-
#chat_response_configuration_id ⇒ String
The unique identifier of the retrieved chat response configuration.
-
#created_at ⇒ Time
The timestamp indicating when the chat response configuration was initially created.
-
#display_name ⇒ String
The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.
-
#in_use_configuration ⇒ Types::ChatResponseConfigurationDetail
The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.
-
#last_update_configuration ⇒ Types::ChatResponseConfigurationDetail
Information about the most recent update to the configuration, including timestamp and modification details.
Instance Attribute Details
#chat_response_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |
#chat_response_configuration_id ⇒ String
The unique identifier of the retrieved chat response configuration.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp indicating when the chat response configuration was initially created.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |
#in_use_configuration ⇒ Types::ChatResponseConfigurationDetail
The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |
#last_update_configuration ⇒ Types::ChatResponseConfigurationDetail
Information about the most recent update to the configuration, including timestamp and modification details.
4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4601 class GetChatResponseConfigurationResponse < Struct.new( :chat_response_configuration_id, :chat_response_configuration_arn, :display_name, :created_at, :in_use_configuration, :last_update_configuration) SENSITIVE = [] include Aws::Structure end |