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

CreateBotResponse

import type { CreateBotResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/lexmodelsv2.ts";
interface CreateBotResponse {
botId?: string | null;
botName?: string | null;
botStatus?: BotStatus | null;
botTags?: {
[key: string]: string | null | undefined;
}
| null;
creationDateTime?: Date | number | null;
dataPrivacy?: DataPrivacy | null;
description?: string | null;
idleSessionTTLInSeconds?: number | null;
roleArn?: string | null;
testBotAliasTags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
botId?: string | null
[src]
§
botName?: string | null
[src]
§
botStatus?: BotStatus | null
[src]
§
botTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
creationDateTime?: Date | number | null
[src]
§
dataPrivacy?: DataPrivacy | null
[src]
§
description?: string | null
[src]
§
idleSessionTTLInSeconds?: number | null
[src]
§
roleArn?: string | null
[src]
§
testBotAliasTags?: {
[key: string]: string | null | undefined;
}
| null
[src]