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

AssistantAssociationInputData

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

The data that is input into Wisdom as a result of the assistant association.

interface AssistantAssociationInputData {
knowledgeBaseId?: string | null;
}

§Properties

§
knowledgeBaseId?: string | null
[src]

The identifier of the knowledge base.