Class: Aws::QConnect::Types::RenderingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Information about how to render the content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_uriString

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].

[1]: docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetContent.html

Returns:

  • (String)


9634
9635
9636
9637
9638
# File 'lib/aws-sdk-qconnect/types.rb', line 9634

class RenderingConfiguration < Struct.new(
  :template_uri)
  SENSITIVE = []
  include Aws::Structure
end