Class: Aws::LexModelsV2::Types::QInConnectAssistantConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

The configuration details of the Qinconnect assistant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arn ⇒ String

The assistant Arn details of the Qinconnect assistant configuration.

Returns:

  • (String)


12181
12182
12183
12184
12185
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12181

class QInConnectAssistantConfiguration < Struct.new(
  :assistant_arn)
  SENSITIVE = []
  include Aws::Structure
end