class Aws::ConnectWisdomService::Types::RenderingConfiguration

Information about how to render the content.

@note When making an API call, you may pass RenderingConfiguration

data as a hash:

    {
      template_uri: "Uri",
    }

@!attribute [rw] template_uri

A URI template containing exactly one variable in `$\{variableName\}
`format. This can only be set for `EXTERNAL` knowledge bases. For
Salesforce and ServiceNow, 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`
^

     <p>The variable is replaced with the actual value for a piece of content when calling <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html">GetContent</a>. </p>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/RenderingConfiguration AWS API Documentation

Constants

SENSITIVE