Custom output properties sheet
Use this sheet to define a custom response control in Virtual Agent.
Custom output properties sheet
| Custom response property | Description |
|---|---|
| Custom Control Definition | List of custom control definitions for the controls. Select the definition that defines how the control is rendered for the channel in which it runs. |
| Generate Control Data Function | Script function that provides the data used to render the custom control.
For example, if you're creating a slider input control, you would define the values for the slider. These values include the slider minimum and maximum values, slide default values, icon used in the slider, and so on. |
| Transcript Function | Script function that provides the message recorded in the transcript. For example, a message for an input control could confirm that the control is rendered with specific data values. |
| Non-supported channel response message | Default fallback message that is displayed when a user is running the control on an unsupported channel. |
| Advanced (optional) | |
| Hide this node | |
| Conditionally show this node if | No-code condition statement or low-code script that specifies a condition for presenting this node in the conversation. The condition must evaluate to true. |