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

Class: Aws::LexModelBuildingService::Types::GetBotChannelAssociationResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

Returns:

  • (String)

    An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

#bot_configurationHash<String,String>

Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

Returns:

  • (Hash<String,String>)

    Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

#bot_nameString

The name of the Amazon Lex bot.

Returns:

  • (String)

    The name of the Amazon Lex bot.

#created_dateTime

The date that the association between the bot and the channel was created.

Returns:

  • (Time)

    The date that the association between the bot and the channel was created.

#descriptionString

A description of the association between the bot and the channel.

Returns:

  • (String)

    A description of the association between the bot and the channel.

#failure_reasonString

If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

Returns:

  • (String)

    If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

#nameString

The name of the association between the bot and the channel.

Returns:

  • (String)

    The name of the association between the bot and the channel.

#statusString

The status of the bot channel.

  • CREATED - The channel has been created and is ready for use.

  • IN_PROGRESS - Channel creation is in progress.

  • FAILED - There was an error creating the channel. For information about the reason for the failure, see the failureReason field.

    Possible values:

    • IN_PROGRESS
    • CREATED
    • FAILED

Returns:

  • (String)

    The status of the bot channel.

#typeString

The type of the messaging platform.

Possible values:

  • Facebook
  • Slack
  • Twilio-Sms
  • Kik

Returns:

  • (String)

    The type of the messaging platform.