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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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.
4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4580 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 |