SalesforceCustomKnowledgeArticleTypeConfiguration
public struct SalesforceCustomKnowledgeArticleTypeConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the field in the custom knowledge article that contains the document data to index.
Declaration
Swift
public let documentDataFieldName: String -
The name of the field in the custom knowledge article that contains the document title.
Declaration
Swift
public let documentTitleFieldName: String? -
One or more objects that map fields in the custom knowledge article to fields in the Amazon Kendra index.
Declaration
Swift
public let fieldMappings: [DataSourceToIndexFieldMapping]? -
The name of the configuration.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(documentDataFieldName: String, documentTitleFieldName: String? = nil, fieldMappings: [DataSourceToIndexFieldMapping]? = nil, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SalesforceCustomKnowledgeArticleTypeConfiguration Structure Reference