public static interface RenderingConfiguration.Builder extends SdkPojo, CopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RenderingConfiguration.Builder |
templateUri(String templateUri)
A URI template containing exactly one variable in
${variableName} format. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRenderingConfiguration.Builder templateUri(String templateUri)
A URI template containing exactly one variable in ${variableName} format. This can only be set
for EXTERNAL knowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one
of the following:
Salesforce: Id, ArticleNumber, VersionNumber, Title,
PublishStatus, or IsDeleted
ServiceNow: number, short_description, sys_mod_count,
workflow_state, or active
Zendesk: id, title, updated_at, or draft
The variable is replaced with the actual value for a piece of content when calling GetContent.
templateUri - A URI template containing exactly one variable in ${variableName} format. This can only
be set for EXTERNAL knowledge bases. For Salesforce, ServiceNow, and Zendesk, the
variable must be one of the following:
Salesforce: Id, ArticleNumber, VersionNumber,
Title, PublishStatus, or IsDeleted
ServiceNow: number, short_description, sys_mod_count,
workflow_state, or active
Zendesk: id, title, updated_at, or draft
The variable is replaced with the actual value for a piece of content when calling GetContent.
Copyright © 2023. All rights reserved.