Class InlineDocumentEnrichmentConfiguration

java.lang.Object
software.amazon.awssdk.services.qbusiness.model.InlineDocumentEnrichmentConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InlineDocumentEnrichmentConfiguration.Builder,InlineDocumentEnrichmentConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class InlineDocumentEnrichmentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InlineDocumentEnrichmentConfiguration.Builder,InlineDocumentEnrichmentConfiguration>

Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Q Business.

To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration .

For more information, see Custom document enrichment.

See Also: