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

DeleteSessionRequest

import type { DeleteSessionRequest } from "https://aws-api.deno.dev/v0.4/services/lexruntime.ts?docs=full";
interface DeleteSessionRequest {
botAlias: string;
botName: string;
userId: string;
}

§Properties

§
botAlias: string
[src]

The alias in use for the bot that contains the session data.

§
botName: string
[src]

The name of the bot that contains the session data.

§
userId: string
[src]

The identifier of the user associated with the session data.