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)


19906
19907
19908
19909
19910
19911
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19906

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

#nameString

The name of the Amazon Lex bot.

Returns:

  • (String)


19906
19907
19908
19909
19910
19911
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19906

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