SalesforceKnowledgeArticleConfiguration class

Specifies configuration information for the knowlege article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both

Constructors

SalesforceKnowledgeArticleConfiguration({required List<SalesforceKnowledgeArticleState> includedStates, List<SalesforceCustomKnowledgeArticleTypeConfiguration>? customKnowledgeArticleTypeConfigurations, SalesforceStandardKnowledgeArticleTypeConfiguration? standardKnowledgeArticleTypeConfiguration})
SalesforceKnowledgeArticleConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

customKnowledgeArticleTypeConfigurations List<SalesforceCustomKnowledgeArticleTypeConfiguration>?
Provides configuration information for custom Salesforce knowledge articles.
final
hashCode int
The hash code for this object.
no setterinherited
includedStates List<SalesforceKnowledgeArticleState>
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardKnowledgeArticleTypeConfiguration SalesforceStandardKnowledgeArticleTypeConfiguration?
Provides configuration information for standard Salesforce knowledge articles.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited