Sha256: fcd3d54437a77296632c2ae5d6f40bb64a76db75059330106b998341409a9cfa
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
--- title: Question --- ## PureCloud::Question ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | | [optional] | | **text** | **String** | | [optional] | | **help_text** | **String** | | [optional] | | **type** | **String** | | [optional] | | **na_enabled** | **BOOLEAN** | | [optional] | | **comments_required** | **BOOLEAN** | | [optional] | | **visibility_condition** | [**VisibilityCondition**](VisibilityCondition.html) | | [optional] | | **answer_options** | [**Array<AnswerOption>**](AnswerOption.html) | Options from which to choose an answer for this question. Only used by Multiple Choice type questions. | [optional] | | **max_response_characters** | **Integer** | How many characters are allowed in the text response to this question. Used by NPS and Free Text question types. | [optional] | | **explanation_prompt** | **String** | Prompt for details explaining the chosen NPS score. Used by NPS questions. | [optional] | | **is_critical** | **BOOLEAN** | | [optional] | | **is_kill** | **BOOLEAN** | | [optional] | {: class="table table-striped"}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-28.0.1 | docs/Question.md |
purecloudplatformclientv2-28.0.0 | docs/Question.md |