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

CreateBotVersionResponse

import type { CreateBotVersionResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lexmodelsv2.ts";
interface CreateBotVersionResponse {
botId?: string | null;
botStatus?: BotStatus | null;
botVersion?: string | null;
botVersionLocaleSpecification?: {
[key: string]: BotVersionLocaleDetails | null | undefined;
}
| null;
creationDateTime?: Date | number | null;
description?: string | null;
}

§Properties

§
botId?: string | null
[src]
§
botStatus?: BotStatus | null
[src]
§
botVersion?: string | null
[src]
§
botVersionLocaleSpecification?: {
[key: string]: BotVersionLocaleDetails | null | undefined;
}
| null
[src]
§
creationDateTime?: Date | number | null
[src]
§
description?: string | null
[src]