KnowledgeBaseRenderingConfigurationArgs

data class KnowledgeBaseRenderingConfigurationArgs(val templateUri: Output<String>? = null) : ConvertibleToJava<KnowledgeBaseRenderingConfigurationArgs>

Constructors

Link copied to clipboard
constructor(templateUri: Output<String>? = null)

Properties

Link copied to clipboard
val templateUri: Output<String>? = null

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:

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseRenderingConfigurationArgs