SalesforceStandardKnowledgeArticleTypeConfiguration
public struct SalesforceStandardKnowledgeArticleTypeConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the field that contains the document data to index.
Declaration
Swift
public let documentDataFieldName: String
-
The name of the field that contains the document title.
Declaration
Swift
public let documentTitleFieldName: String?
-
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.
Declaration
Swift
public let fieldMappings: [DataSourceToIndexFieldMapping]?
-
Undocumented
Declaration
Swift
public init(documentDataFieldName: String, documentTitleFieldName: String? = nil, fieldMappings: [DataSourceToIndexFieldMapping]? = nil)
-
Declaration
Swift
public func validate(name: String) throws