UserGoalSatisfactionResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)The result of a user goal satisfaction check for a conversation.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
score |
int
Output only. The user task satisfaction score. Can be -1, 0, 1. This field is a member of oneof_ _score.
|
label |
str
Output only. The label associated with each score. Score 1: User Task Satisfied Score 0: User Task Not Satisfied Score -1: User Task Unspecified |
explanation |
str
Output only. The explanation for the user task satisfaction score. |