Labels
Labels provide customization options for some Dialog types. See the descriptions of the dialog types for details about how the labels affect dialog behavior.
| Label | Description |
|---|---|
auto_release_in_seconds=SECONDS | Automatically advance to the next question in the dialog after the specified seconds of time have elapsed. For example, when a question includes auto_release_in_seconds=30, the system prompts the question and then waits 30 seconds for a response before skipping the question and moving on to the next. |
enable_sentiment | Perform sentiment analysis on the associated Open Question. |
hide_replies | Suppress the showing of the available Multiple Choice dialog options. Otherwise, when the label is missing, the dialog also prompts the list of available options. |
mandatory | The question must be answered — if the respondent saw the question — before the survey can be marked "complete". See Mandatory questions for details. |
no_done | Limit an Open Question dialog to appear only once. Otherwise, after submitting an answer when the label is missing, the respondent is re-prompted and they may replace the text from their previous answer. The default text of the prompt is: "Anything else? Type 'done' if finished." |
recognize_text | Recognize the response as text. Use this on questions where the respondent might enter a number that needs to be evaluated as text. For example, when prompting to answer 0, 1, or NA, entering the number 3 is interpreted as the third option, which is the "NA". The correct result should be an Invalid response error. By including this label on the question, the value is recognized as "3", which is invalid. |
sentiment_language=LANGUAGE | Spoken language of the text in the Open Question for which sentiment analysis is to be performed. The default, which this label is omitted, is English. For example:
For a complete list of supported languages, see Text Analytics supported languages. |
