DataSourceDocumentAttributeCondition

Constructors

Link copied to clipboard
constructor(key: String, operator: DataSourceDocumentEnrichmentConditionOperator, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q Business currently doesn't support _document_body as an attribute key used for the condition.

Link copied to clipboard

The identifier of the document attribute used for the condition. For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents. Amazon Q Business currently does not support _document_body as an attribute key used for the condition.

Link copied to clipboard
val value: Any? = null

The value of a document attribute. You can only provide one value for a document attribute.