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

AppIntegrationsConfiguration

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

Configuration information for Amazon AppIntegrations to automatically ingest content.

interface AppIntegrationsConfiguration {
appIntegrationArn: string;
objectFields: string[];
}

§Properties

§
appIntegrationArn: string
[src]

The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.

§
objectFields: string[]
[src]

The fields from the source that are made available to your agents in Wisdom.

  • For Salesforce, you must include at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted.
  • For ServiceNow, you must include at least number, short_description, sys_mod_count, workflow_state, and active.

Make sure to include additional fields. These fields are indexed and used to source recommendations.