GetBotChannelAssociationResponse

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 that the messaging platform needs to communicate with the Amazon Lex bot.

Link copied to clipboard

The name of the Amazon Lex bot.

Link copied to clipboard

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

Link copied to clipboard

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

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

The type of the 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