UpdateBotAliasResponse
import type { UpdateBotAliasResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";interface UpdateBotAliasResponse {
botAliasId?: string | null;
botAliasLocaleSettings?: {} | null;
[key: string]: BotAliasLocaleSettings | null | undefined;
botAliasName?: string | null;
botAliasStatus?: BotAliasStatus | null;
botId?: string | null;
botVersion?: string | null;
conversationLogSettings?: ConversationLogSettings | null;
creationDateTime?: Date | number | null;
description?: string | null;
lastUpdatedDateTime?: Date | number | null;
sentimentAnalysisSettings?: SentimentAnalysisSettings | null;
}§Properties
§
botAliasLocaleSettings?: {} | null
[src][key: string]: BotAliasLocaleSettings | null | undefined;
§
botAliasStatus?: BotAliasStatus | null
[src]§
conversationLogSettings?: ConversationLogSettings | null
[src]§
sentimentAnalysisSettings?: SentimentAnalysisSettings | null
[src]