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)

57 lines 2.03 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.BotSlotValueResolutionStrategy = exports.BotSlotShape = exports.BotSlotConstraint = exports.BotObfuscationSettingObfuscationSettingType = exports.BotMessageSelectionStrategy = exports.BotDialogActionType = exports.BotBedrockModelSpecificationBedrockTraceStatus = exports.BotAudioRecognitionStrategy = exports.BotAliasStatus = void 0; exports.BotAliasStatus = { Creating: "Creating", Available: "Available", Deleting: "Deleting", Failed: "Failed", }; 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.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.BotVoiceSettingsEngine = { Standard: "standard", Neural: "neural", LongForm: "long-form", Generative: "generative", }; //# sourceMappingURL=index.js.map