Module Values.DescribeBotAliasResponseSource

Get information about a specific bot alias.

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

    The identifier of the bot alias.

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

    The name of the bot alias.

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

    The description of the bot alias.

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

    The version of the bot associated with the bot alias.

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

    The locale settings that are unique to the alias.

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

    Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.

    *)
  7. sentimentAnalysisSettings : SentimentAnalysisSettings.t option;
  8. botAliasHistoryEvents : BotAliasHistoryEventsList.t option;
    (*

    A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

    *)
  9. botAliasStatus : BotAliasStatus.t option;
    (*

    The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

    *)
  10. botId : Id.t option;
    (*

    The identifier of the bot associated with the bot alias.

    *)
  11. creationDateTime : Timestamp.t option;
    (*

    A timestamp of the date and time that the alias was created.

    *)
  12. lastUpdatedDateTime : Timestamp.t option;
    (*

    A timestamp of the date and time that the alias was last updated.

    *)
  13. parentBotNetworks : ParentBotNetworks.t option;
    (*

    A list of the networks to which the bot alias you described belongs.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of InternalServerException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?botAliasId:??? -> ?botAliasName:??? -> ?description:??? -> ?botVersion:??? -> ?botAliasLocaleSettings:??? -> ?conversationLogSettings:??? -> ?sentimentAnalysisSettings:??? -> ?botAliasHistoryEvents:??? -> ?botAliasStatus:??? -> ?botId:??? -> ?creationDateTime:??? -> ?lastUpdatedDateTime:??? -> ?parentBotNetworks:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of BotVersion.t | `Timestamp of Timestamp.t ]) list ] list | `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 | `Timestamp of Timestamp.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