Class: Aws::QBusiness::Types::GetChatResponseConfigurationResponse

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

#chat_response_configuration_arnString

The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.

Returns:

  • (String)


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_idString

The unique identifier of the retrieved chat response configuration.

Returns:

  • (String)


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_atTime

The timestamp indicating when the chat response configuration was initially created.

Returns:

  • (Time)


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_nameString

The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.

Returns:

  • (String)


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_configurationTypes::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_configurationTypes::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