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

CreateSessionRequest

import type { CreateSessionRequest } from "https://aws-api.deno.dev/v0.3/services/wisdom.ts?docs=full";
interface CreateSessionRequest {
assistantId: string;
clientToken?: string | null;
description?: string | null;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
assistantId: string
[src]

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

§
clientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
description?: string | null
[src]

The description.

§
name: string
[src]

The name of the session.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.