BotChannelAssociation

Represents an association between an Amazon Lex bot and an external messaging platform.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Provides information necessary to communicate with the messaging platform.

Link copied to clipboard

The name of the Amazon Lex bot to which this association is being made.

Link copied to clipboard

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

Link copied to clipboard

A text description of the association you are creating.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The status of the bot channel.

Link copied to clipboard

Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String