| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
RenderingConfiguration |
RenderingConfiguration.clone() |
RenderingConfiguration |
CreateKnowledgeBaseRequest.getRenderingConfiguration()
Information about how to render the content.
|
RenderingConfiguration |
KnowledgeBaseData.getRenderingConfiguration()
Information about how to render the content.
|
RenderingConfiguration |
KnowledgeBaseSummary.getRenderingConfiguration()
Information about how to render the content.
|
RenderingConfiguration |
RenderingConfiguration.withTemplateUri(String templateUri)
A URI template containing exactly one variable in
${variableName} format. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKnowledgeBaseRequest.setRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
void |
KnowledgeBaseData.setRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
void |
KnowledgeBaseSummary.setRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
CreateKnowledgeBaseRequest |
CreateKnowledgeBaseRequest.withRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
KnowledgeBaseData |
KnowledgeBaseData.withRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
KnowledgeBaseSummary |
KnowledgeBaseSummary.withRenderingConfiguration(RenderingConfiguration renderingConfiguration)
Information about how to render the content.
|
Copyright © 2023. All rights reserved.