public static interface AppIntegrationsConfiguration.Builder extends SdkPojo, CopyableBuilder<AppIntegrationsConfiguration.Builder,AppIntegrationsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AppIntegrationsConfiguration.Builder |
appIntegrationArn(String appIntegrationArn)
The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.
|
AppIntegrationsConfiguration.Builder |
objectFields(Collection<String> objectFields)
The fields from the source that are made available to your agents in Wisdom.
|
AppIntegrationsConfiguration.Builder |
objectFields(String... objectFields)
The fields from the source that are made available to your agents in Wisdom.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppIntegrationsConfiguration.Builder appIntegrationArn(String appIntegrationArn)
The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.
appIntegrationArn - The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.AppIntegrationsConfiguration.Builder objectFields(Collection<String> objectFields)
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.
objectFields - 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.
AppIntegrationsConfiguration.Builder objectFields(String... objectFields)
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.
objectFields - 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.
Copyright © 2023. All rights reserved.