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

SalesforceKnowledgeArticleConfiguration

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

Specifies configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both

interface SalesforceKnowledgeArticleConfiguration {
CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfiguration[] | null;
StandardKnowledgeArticleTypeConfiguration?: SalesforceStandardKnowledgeArticleTypeConfiguration | null;
}

§Properties

§
CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfiguration[] | null
[src]

Provides configuration information for custom Salesforce knowledge articles.

§

Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.

§
StandardKnowledgeArticleTypeConfiguration?: SalesforceStandardKnowledgeArticleTypeConfiguration | null
[src]

Provides configuration information for standard Salesforce knowledge articles.