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

AssistantAssociationOutputData

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

The data that is output as a result of the assistant association.

interface AssistantAssociationOutputData {
knowledgeBaseAssociation?: KnowledgeBaseAssociationData | null;
}

§Properties

§
knowledgeBaseAssociation?: KnowledgeBaseAssociationData | null
[src]

The knowledge base where output data is sent.