questionType property
The type of question. Possible string values are:
- "QA_QUESTION_TYPE_UNSPECIFIED" : The type of the question is unspecified.
- "CUSTOMIZABLE" : The default question type. The question is fully customizable by the user.
- "PREDEFINED" : The question type is using a predefined model provided by CCAI teams. Users are not allowed to edit the question_body, answer_choices, upload feedback labels for the question nor fine-tune the question. However, users may edit other fields like question tags, question order, etc.
Implementation
core.String? questionType;