class Aws::ConnectWisdomService::Types::AppIntegrationsConfiguration

Configuration information for Amazon AppIntegrations to automatically ingest content.

@note When making an API call, you may pass AppIntegrationsConfiguration

data as a hash:

    {
      app_integration_arn: "GenericArn", # required
      object_fields: ["NonEmptyString"], # required
    }

@!attribute [rw] app_integration_arn

The Amazon Resource Name (ARN) of the AppIntegrations
DataIntegration to use for ingesting content.
@return [String]

@!attribute [rw] object_fields

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

* For [ Salesforce][1], you must include at least `Id`,
  `ArticleNumber`, `VersionNumber`, `Title`, `PublishStatus`, and
  `IsDeleted`.

* For [ ServiceNow][2], you must include at least `number`,
  `short_description`, `sys_mod_count`, `workflow_state`, and
  `active`.

Make sure to include additional field(s); these are indexed and used
to source recommendations.

[1]: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm
[2]: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/AppIntegrationsConfiguration AWS API Documentation

Constants

SENSITIVE