type property
The type of the predefined question. Possible string values are:
- "PREDEFINED_QUESTION_TYPE_UNSPECIFIED" : The type of the predefined question is unspecified.
- "CONVERSATION_OUTCOME" : A prebuilt classifier classfying the outcome of the conversation. For example, if the customer issue mentioned in a conversation has been resolved or not.
- "CONVERSATION_OUTCOME_ESCALATION_INITIATOR_ROLE" : A prebuilt classifier classfying the initiator of the conversation escalation. For example, if it was initiated by the customer or the agent.
Implementation
core.String? type;