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.4/services/lexruntime.ts?docs=full";
interface DeleteSessionResponse {
botAlias?: string | null;
botName?: string | null;
sessionId?: string | null;
userId?: string | null;
}

§Properties

§
botAlias?: string | null
[src]

The alias in use for the bot associated with the session data.

§
botName?: string | null
[src]

The name of the bot associated with the session data.

§
sessionId?: string | null
[src]

The unique identifier for the session.

§
userId?: string | null
[src]

The ID of the client application user.