Class: Aws::QBusiness::Types::CreateChatResponseConfigurationResponse

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 newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2125

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

#chat_response_configuration_idString

The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2125

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