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

UpdateBotAliasRequest

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

§Properties

§
botAliasId: string
[src]
§
botAliasLocaleSettings?: {
[key: string]: BotAliasLocaleSettings | null | undefined;
}
| null
[src]
§
botAliasName: string
[src]
§
botId: string
[src]
§
botVersion?: string | null
[src]
§
conversationLogSettings?: ConversationLogSettings | null
[src]
§
description?: string | null
[src]
§
sentimentAnalysisSettings?: SentimentAnalysisSettings | null
[src]