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

CreateBotAliasResponse

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

§Properties

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