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

SessionSummary

import type { SessionSummary } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

Summary information about the session.

interface SessionSummary {
assistantArn: string;
assistantId: string;
sessionArn: string;
sessionId: string;
}

§Properties

§
assistantArn: string
[src]

The Amazon Resource Name (ARN) of the Wisdom assistant.

§
assistantId: string
[src]

The identifier of the Wisdom assistant.

§
sessionArn: string
[src]

The Amazon Resource Name (ARN) of the session.

§
sessionId: string
[src]

The identifier of the session.