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

DeleteSessionResponse

import type { DeleteSessionResponse } from "https://aws-api.deno.dev/v0.3/services/lexruntimev2.ts?docs=full";
interface DeleteSessionResponse {
botAliasId?: string | null;
botId?: string | null;
localeId?: string | null;
sessionId?: string | null;
}

§Properties

§
botAliasId?: string | null
[src]

The alias identifier in use for the bot that contained the session data.

§
botId?: string | null
[src]

The identifier of the bot that contained the session data.

§
localeId?: string | null
[src]

The locale where the session was used.

§
sessionId?: string | null
[src]

The identifier of the deleted session.