SalesforceStandardKnowledgeArticleTypeConfiguration class
Provides configuration information for standard Salesforce knowledge articles.
Constructors
-
SalesforceStandardKnowledgeArticleTypeConfiguration({required String documentDataFieldName, String? documentTitleFieldName, List<
DataSourceToIndexFieldMapping> ? fieldMappings}) -
SalesforceStandardKnowledgeArticleTypeConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentDataFieldName → String
-
The name of the field that contains the document data to index.
final
- documentTitleFieldName → String?
-
The name of the field that contains the document title.
final
-
fieldMappings
→ List<
DataSourceToIndexFieldMapping> ? -
One or more objects that map fields in the knowledge article to Amazon
Kendra index fields. The index field must exist before you can map a
Salesforce field to it.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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