Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BotAliasLocaleSettings

import type { BotAliasLocaleSettings } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

interface BotAliasLocaleSettings {
codeHookSpecification?: CodeHookSpecification | null;
enabled: boolean;
}

§Properties

§
codeHookSpecification?: CodeHookSpecification | null
[src]

Specifies the Lambda function that should be used in the locale.

§
enabled: boolean
[src]

Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.