Values.GetBotChannelAssociationResponseSourceReturns information about the association between an Amazon Lex bot and a messaging platform. This operation requires permissions for the lex:GetBotChannelAssociation action.
type nonrec t = {name : BotChannelName.t option;The name of the association between the bot and the channel.
*)description : Description.t option;A description of the association between the bot and the channel.
*)botAlias : AliasName.t option;An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
*)botName : BotName.t option;The name of the Amazon Lex bot.
*)createdDate : Timestamp.t option;The date that the association between the bot and the channel was created.
*)type_ : ChannelType.t option;The type of the messaging platform.
*)botConfiguration : ChannelConfigurationMap.t option;Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
*)status : ChannelStatus.t option;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.
*)failureReason : String_.t option;If status is FAILED, Amazon Lex provides the reason that it failed to create the association.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of BotChannelName.t
| `Timestamp of Timestamp.t ])
list ]