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