| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Wisdom.Types.AppIntegrationsConfiguration
Description
Synopsis
- data AppIntegrationsConfiguration = AppIntegrationsConfiguration' {}
- newAppIntegrationsConfiguration :: Text -> NonEmpty Text -> AppIntegrationsConfiguration
- appIntegrationsConfiguration_appIntegrationArn :: Lens' AppIntegrationsConfiguration Text
- appIntegrationsConfiguration_objectFields :: Lens' AppIntegrationsConfiguration (NonEmpty Text)
Documentation
data AppIntegrationsConfiguration Source #
Configuration information for Amazon AppIntegrations to automatically ingest content.
See: newAppIntegrationsConfiguration smart constructor.
Constructors
| AppIntegrationsConfiguration' | |
Fields
| |
Instances
newAppIntegrationsConfiguration Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> AppIntegrationsConfiguration |
Create a value of AppIntegrationsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:appIntegrationArn:AppIntegrationsConfiguration', appIntegrationsConfiguration_appIntegrationArn - The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to
use for ingesting content.
$sel:objectFields:AppIntegrationsConfiguration', appIntegrationsConfiguration_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, andIsDeleted. - For
ServiceNow,
you must include at least
number,short_description,sys_mod_count,workflow_state, andactive.
Make sure to include additional fields. These fields are indexed and used to source recommendations.
appIntegrationsConfiguration_appIntegrationArn :: Lens' AppIntegrationsConfiguration Text Source #
The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.
appIntegrationsConfiguration_objectFields :: Lens' AppIntegrationsConfiguration (NonEmpty Text) Source #
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, andIsDeleted. - For
ServiceNow,
you must include at least
number,short_description,sys_mod_count,workflow_state, andactive.
Make sure to include additional fields. These fields are indexed and used to source recommendations.