CreateBotAliasRequest
import type { CreateBotAliasRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lexmodelsv2.ts";interface CreateBotAliasRequest {
botAliasLocaleSettings?: {} | null;
[key: string]: BotAliasLocaleSettings | null | undefined;
botAliasName: string;
botId: string;
botVersion?: string | null;
conversationLogSettings?: ConversationLogSettings | null;
description?: string | null;
sentimentAnalysisSettings?: SentimentAnalysisSettings | null;
tags?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
botAliasLocaleSettings?: {} | null
[src][key: string]: BotAliasLocaleSettings | null | undefined;
§
conversationLogSettings?: ConversationLogSettings | null
[src]§
sentimentAnalysisSettings?: SentimentAnalysisSettings | null
[src]