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

§
checkpointLabelFilter?: string | null
[src]

A string used to filter the intents returned in the recentIntentSummaryView structure.

When you specify a filter, only intents with their checkpointLabel field set to that string are returned.

§
userId: string
[src]

The ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.