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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.

Returns:

  • (String)


10296
10297
10298
10299
10300
10301
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10296

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

#nameString

The name of the Amazon Lex bot.

Returns:

  • (String)


10296
10297
10298
10299
10300
10301
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10296

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