Uses of Class
software.amazon.awssdk.services.qconnect.model.RenderingConfiguration
-
Packages that use RenderingConfiguration Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of RenderingConfiguration in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return RenderingConfiguration Modifier and Type Method Description RenderingConfigurationCreateKnowledgeBaseRequest. renderingConfiguration()Information about how to render the content.RenderingConfigurationKnowledgeBaseData. renderingConfiguration()Information about how to render the content.RenderingConfigurationKnowledgeBaseSummary. renderingConfiguration()Information about how to render the content.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type RenderingConfiguration Modifier and Type Method Description CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.Builder. renderingConfiguration(RenderingConfiguration renderingConfiguration)Information about how to render the content.KnowledgeBaseData.BuilderKnowledgeBaseData.Builder. renderingConfiguration(RenderingConfiguration renderingConfiguration)Information about how to render the content.KnowledgeBaseSummary.BuilderKnowledgeBaseSummary.Builder. renderingConfiguration(RenderingConfiguration renderingConfiguration)Information about how to render the content.
-