Method: PureCloud::VisibilityCondition#predicates
- Defined in:
- lib/purecloud/models/visibility_condition.rb
#predicates ⇒ Object
A list of strings, each representing the location in the form of the Answer Option to depend on. In the format of "/form/questionGroup/questionGroupIndex/question/questionIndex/answer/answerIndex" or, to assume the current question group, "../question/questionIndex/answer/answerIndex". Note: Indexes are zero-based
24 25 26 |
# File 'lib/purecloud/models/visibility_condition.rb', line 24 def predicates @predicates end |