@Stability(value=Stable)
public static interface CfnKnowledgeBase.AppIntegrationsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wisdom.*;
AppIntegrationsConfigurationProperty appIntegrationsConfigurationProperty = AppIntegrationsConfigurationProperty.builder()
.appIntegrationArn("appIntegrationArn")
.objectFields(List.of("objectFields"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder
A builder for
CfnKnowledgeBase.AppIntegrationsConfigurationProperty |
static class |
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Jsii$Proxy
An implementation for
CfnKnowledgeBase.AppIntegrationsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder |
builder() |
String |
getAppIntegrationArn()
The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.
|
List<String> |
getObjectFields()
The fields from the source that are made available to your agents in Wisdom.
|
@Stability(value=Stable) @NotNull String getAppIntegrationArn()
@Stability(value=Stable) @NotNull List<String> getObjectFields()
Id , ArticleNumber , VersionNumber , Title , PublishStatus , and IsDeleted .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.
@Stability(value=Stable) static CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.