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

CreateAssistantRequest

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

§Properties

§
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 of the assistant.

§
name: string
[src]

The name of the assistant.

§
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]

The KMS key used for encryption.

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

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

§

The type of assistant.