Questions
A JSON object that defines the questions that you want to test against the specified Rule. This JSON object must contain one or both of the following properties:
text
. An array of questions.ids
. An array of question IDs for existing questions.
For example:
{ "text": [ "Why is the sky blue?", "What causes the sky to appear blue?", "How do I return a defective item?" ], "ids": [ "7660794084496396635", "15927917885427259786", "14042282250303108454" ] }
Actions: | TestRule |
Type: | String |
Default: | |
Example: | Questions={"text":["Why is the sky blue?","How do I return a defective item?"]}
|
See Also: | Rule |