Module Values.DescribeBotLocaleResponseSource

Describes the settings that a bot has for a specific locale.

Sourcetype nonrec t = {
  1. botId : Id.t option;
    (*

    The identifier of the bot associated with the locale.

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

    The version of the bot associated with the locale.

    *)
  3. localeId : LocaleId.t option;
    (*

    The unique identifier of the described locale.

    *)
  4. localeName : LocaleName.t option;
    (*

    The name of the locale.

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

    The description of the locale.

    *)
  6. nluIntentConfidenceThreshold : ConfidenceThreshold.t option;
    (*

    The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.

    *)
  7. voiceSettings : VoiceSettings.t option;
    (*

    The Amazon Polly voice Amazon Lex uses for voice interaction with the user.

    *)
  8. unifiedSpeechSettings : UnifiedSpeechSettings.t option;
    (*

    The unified speech settings configured for the bot locale.

    *)
  9. audioFillerSettings : AudioFillerSettings.t option;
    (*

    The audio filler settings configured for the bot locale.

    *)
  10. speechRecognitionSettings : SpeechRecognitionSettings.t option;
    (*

    The speech-to-text settings configured for the bot locale.

    *)
  11. intentsCount : ResourceCount.t option;
    (*

    The number of intents defined for the locale.

    *)
  12. slotTypesCount : ResourceCount.t option;
    (*

    The number of slot types defined for the locale.

    *)
  13. botLocaleStatus : BotLocaleStatus.t option;
    (*

    The status of the bot. If the status is Failed, the reasons for the failure are listed in the failureReasons field.

    *)
  14. failureReasons : FailureReasons.t option;
    (*

    if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.

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

    The date and time that the locale was created.

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

    The date and time that the locale was last updated.

    *)
  17. lastBuildSubmittedDateTime : Timestamp.t option;
    (*

    The date and time that the locale was last submitted for building.

    *)
  18. botLocaleHistoryEvents : BotLocaleHistoryEventsList.t option;
    (*

    History of changes, such as when a locale is used in an alias, that have taken place for the locale.

    *)
  19. recommendedActions : RecommendedActions.t option;
    (*

    Recommended actions to take to resolve an error in the failureReasons field.

    *)
  20. generativeAISettings : GenerativeAISettings.t option;
    (*

    Contains settings for Amazon Bedrock's generative AI features for your bot locale.

    *)
  21. speechDetectionSensitivity : SpeechDetectionSensitivity.t option;
    (*

    The sensitivity level for voice activity detection (VAD) configured for the bot locale.

    *)
}
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 : ?botId:??? -> ?botVersion:??? -> ?localeId:??? -> ?localeName:??? -> ?description:??? -> ?nluIntentConfidenceThreshold:??? -> ?voiceSettings:??? -> ?unifiedSpeechSettings:??? -> ?audioFillerSettings:??? -> ?speechRecognitionSettings:??? -> ?intentsCount:??? -> ?slotTypesCount:??? -> ?botLocaleStatus:??? -> ?failureReasons:??? -> ?creationDateTime:??? -> ?lastUpdatedDateTime:??? -> ?lastBuildSubmittedDateTime:??? -> ?botLocaleHistoryEvents:??? -> ?recommendedActions:??? -> ?generativeAISettings:??? -> ?speechDetectionSensitivity:??? -> 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 * [> `Double of ConfidenceThreshold.t | `Enum of string | `Integer of ResourceCount.t | `List of [> `String of FailureReason.t | `Structure of (string * [> `String of BotLocaleHistoryEventDescription.t | `Timestamp of Timestamp.t ]) list ] list | `String of Id.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of AudioFillerDelayInMilliseconds.t | `String of VoiceId.t | `Structure of (string * [> `String of BedrockModelArn.t | `Structure of (string * [> `Boolean of Enabled.t | `Enum of string | `String of SecretsManagerSecretArn.t | `Structure of (string * [> `Boolean of Enabled.t | `Enum of string | `Integer of MaxDisambiguationIntents.t | `String of BedrockModelArn.t | `Structure of (string * [> `String of BedrockGuardrailIdentifier.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