libZSservicesZSamazonka-wisdomZSamazonka-wisdom
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Description

 
Synopsis

Documentation

data AppIntegrationsConfiguration Source #

Configuration information for Amazon AppIntegrations to automatically ingest content.

See: newAppIntegrationsConfiguration smart constructor.

Constructors

AppIntegrationsConfiguration' 

Fields

  • appIntegrationArn :: Text

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

  • objectFields :: NonEmpty Text

    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 field(s); these are indexed and used to source recommendations.

Instances

Instances details
Eq AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Read AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Show AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Generic AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Associated Types

type Rep AppIntegrationsConfiguration :: Type -> Type #

NFData AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

Hashable AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

ToJSON AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

FromJSON AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

type Rep AppIntegrationsConfiguration Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AppIntegrationsConfiguration

type Rep AppIntegrationsConfiguration = D1 ('MetaData "AppIntegrationsConfiguration" "Amazonka.Wisdom.Types.AppIntegrationsConfiguration" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" 'False) (C1 ('MetaCons "AppIntegrationsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAppIntegrationsConfiguration Source #

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, and IsDeleted.
  • For ServiceNow, 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.

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, and IsDeleted.
  • For ServiceNow, 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.