Module Values.GetBotChannelAssociationRequestSource

Returns information about the association between an Amazon Lex bot and a messaging platform. This operation requires permissions for the lex:GetBotChannelAssociation action.

Sourcetype nonrec t = {
  1. name : BotChannelName.t;
    (*

    The name of the association between the bot and the channel. The name is case sensitive.

    *)
  2. botName : BotName.t;
    (*

    The name of the Amazon Lex bot.

    *)
  3. botAlias : AliasName.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : name:BotChannelName.t -> botName:BotName.t -> botAlias:AliasName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BotChannelName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t