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

SalesforceCustomKnowledgeArticleTypeConfiguration

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

Provides configuration information for indexing Salesforce custom articles.

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

§Properties

§
DocumentDataFieldName: string
[src]

The name of the field in the custom knowledge article that contains the document data to index.

§
DocumentTitleFieldName?: string | null
[src]

The name of the field in the custom knowledge article that contains the document title.

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

One or more objects that map fields in the custom knowledge article to fields in the Amazon Kendra index.

§
Name: string
[src]

The name of the configuration.