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

GetSessionRequest

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

§Properties

§
botAliasId: string
[src]

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

§
botId: string
[src]

The identifier of the bot that contains the session data.

§
localeId: string
[src]

The locale where the session is in use.

§
sessionId: string
[src]

The identifier of the session to return.