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

SalesforceStandardKnowledgeArticleTypeConfiguration

import type { SalesforceStandardKnowledgeArticleTypeConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides configuration information for standard Salesforce knowledge articles.

interface SalesforceStandardKnowledgeArticleTypeConfiguration {
DocumentDataFieldName: string;
DocumentTitleFieldName?: string | null;
FieldMappings?: DataSourceToIndexFieldMapping[] | null;
}

§Properties

§
DocumentDataFieldName: string
[src]

The name of the field that contains the document data to index.

§
DocumentTitleFieldName?: string | null
[src]

The name of the field that contains the document title.

§
FieldMappings?: DataSourceToIndexFieldMapping[] | null
[src]

One or more objects that map fields in the knowledge article to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.