Class: Aws::Connect::Types::LexBot

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

Overview

Configuration information of an Amazon Lex bot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lex_regionString

The Amazon Web Services Region where the Amazon Lex bot was created.



16284
16285
16286
16287
16288
16289
# File 'lib/aws-sdk-connect/types.rb', line 16284

class LexBot < Struct.new(
  :name,
  :lex_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon Lex bot.



16284
16285
16286
16287
16288
16289
# File 'lib/aws-sdk-connect/types.rb', line 16284

class LexBot < Struct.new(
  :name,
  :lex_region)
  SENSITIVE = []
  include Aws::Structure
end