You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LexBot as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "BotName",
  lex_region: "LexRegion",
}

Configuration information of an Amazon Lex bot.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#lex_regionString

The Region the Amazon Lex bot was created in.

Returns:

  • (String)

    The Region the Amazon Lex bot was created in.

#nameString

The name of the Amazon Lex bot.

Returns:

  • (String)

    The name of the Amazon Lex bot.