Module Values.UpdateBotAliasRequestSource

Updates the configuration of an existing bot alias.

Sourcetype nonrec t = {
  1. botAliasId : BotAliasId.t;
    (*

    The unique identifier of the bot alias.

    *)
  2. botAliasName : Name.t;
    (*

    The new name to assign to the bot alias.

    *)
  3. description : Description.t option;
    (*

    The new description to assign to the bot alias.

    *)
  4. botVersion : BotVersion.t option;
    (*

    The new bot version to assign to the bot alias.

    *)
  5. botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;
    (*

    The new Lambda functions to use in each locale for the bot alias.

    *)
  6. conversationLogSettings : ConversationLogSettings.t option;
    (*

    The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.

    *)
  7. sentimentAnalysisSettings : SentimentAnalysisSettings.t option;
  8. botId : Id.t;
    (*

    The identifier of the bot with the updated alias.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?botVersion:??? -> ?botAliasLocaleSettings:??? -> ?conversationLogSettings:??? -> ?sentimentAnalysisSettings:??? -> botAliasId:BotAliasId.t -> botAliasName:Name.t -> botId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of LocaleId.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Structure of (string * [> `String of LambdaARN.t ]) list ]) list ]) list ]) list | `String of BotAliasId.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Structure of (string * [> `String of CloudWatchLogGroupArn.t ]) list ]) list ]) list ] list ]) list ]) 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