UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

81 lines 3.11 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.BotVoiceSettingsEngine = exports.BotSpeechModelPreference = exports.BotSpeechDetectionSensitivity = exports.BotSlotValueResolutionStrategy = exports.BotSlotShape = exports.BotSlotConstraint = exports.BotObfuscationSettingObfuscationSettingType = exports.BotMessageSelectionStrategy = exports.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode = exports.BotDialogActionType = exports.BotBedrockModelSpecificationBedrockTraceStatus = exports.BotAudioRecognitionStrategy = exports.BotAudioFillerSettingsAudioType = exports.BotAliasStatus = void 0; exports.BotAliasStatus = { Creating: "Creating", Available: "Available", Deleting: "Deleting", Failed: "Failed", }; exports.BotAudioFillerSettingsAudioType = { MelodyChipperChime: "MELODY_CHIPPER_CHIME", MelodyCuriousCrawl: "MELODY_CURIOUS_CRAWL", MelodyRisingRipple: "MELODY_RISING_RIPPLE", MelodyPatientPing: "MELODY_PATIENT_PING", MelodyPonderingPong: "MELODY_PONDERING_PONG", TypingKineticKeys: "TYPING_KINETIC_KEYS", TypingQuietQwerty: "TYPING_QUIET_QWERTY", }; exports.BotAudioRecognitionStrategy = { UseSlotValuesAsCustomVocabulary: "UseSlotValuesAsCustomVocabulary", }; exports.BotBedrockModelSpecificationBedrockTraceStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.BotDialogActionType = { CloseIntent: "CloseIntent", ConfirmIntent: "ConfirmIntent", ElicitIntent: "ElicitIntent", ElicitSlot: "ElicitSlot", StartIntent: "StartIntent", FulfillIntent: "FulfillIntent", EndConversation: "EndConversation", EvaluateConditional: "EvaluateConditional", InvokeDialogCodeHook: "InvokeDialogCodeHook", }; exports.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode = { Primary: "Primary", Fallback: "Fallback", }; exports.BotMessageSelectionStrategy = { Random: "Random", Ordered: "Ordered", }; exports.BotObfuscationSettingObfuscationSettingType = { None: "None", DefaultObfuscation: "DefaultObfuscation", }; exports.BotSlotConstraint = { Required: "Required", Optional: "Optional", }; exports.BotSlotShape = { Scalar: "Scalar", List: "List", }; exports.BotSlotValueResolutionStrategy = { OriginalValue: "ORIGINAL_VALUE", TopResolution: "TOP_RESOLUTION", Concatenation: "CONCATENATION", }; exports.BotSpeechDetectionSensitivity = { Default: "Default", HighNoiseTolerance: "HighNoiseTolerance", MaximumNoiseTolerance: "MaximumNoiseTolerance", }; exports.BotSpeechModelPreference = { Standard: "Standard", Neural: "Neural", Deepgram: "Deepgram", Advanced: "Advanced", }; exports.BotVoiceSettingsEngine = { Standard: "standard", Neural: "neural", LongForm: "long-form", Generative: "generative", }; //# sourceMappingURL=index.js.map