SalesforceCustomKnowledgeArticleTypeConfiguration class
Provides configuration information for indexing Salesforce custom articles.
Constructors
-
SalesforceCustomKnowledgeArticleTypeConfiguration({required String documentDataFieldName, required String name, String? documentTitleFieldName, List<
DataSourceToIndexFieldMapping> ? fieldMappings}) -
SalesforceCustomKnowledgeArticleTypeConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentDataFieldName → String
-
The name of the field in the custom knowledge article that contains the
document data to index.
final
- documentTitleFieldName → String?
-
The name of the field in the custom knowledge article that contains the
document title.
final
-
fieldMappings
→ List<
DataSourceToIndexFieldMapping> ? -
One or more objects that map fields in the custom knowledge article to
fields in the Amazon Kendra index.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the configuration.
final
- 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