| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.clone() |
ServiceNowKnowledgeArticleConfiguration |
ServiceNowConfiguration.getKnowledgeArticleConfiguration()
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withCrawlAttachments(Boolean crawlAttachments)
TRUE to index attachments to knowledge articles. |
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withDocumentDataFieldName(String documentDataFieldName)
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withDocumentTitleFieldName(String documentTitleFieldName)
The name of the ServiceNow field that is mapped to the index document title field.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withExcludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of knowledge articles in your ServiceNow.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withExcludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of knowledge articles in your ServiceNow.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withFilterQuery(String filterQuery)
A query that selects the knowledge articles to index.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withIncludeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of knowledge articles in your ServiceNow.
|
ServiceNowKnowledgeArticleConfiguration |
ServiceNowKnowledgeArticleConfiguration.withIncludeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of knowledge articles in your ServiceNow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNowConfiguration.setKnowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withKnowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
Copyright © 2022. All rights reserved.