Class TaskCompletionResult (0.3.0)

TaskCompletionResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of the task completion check for the conversation.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
score int
Output only. The task completion 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: Task Completed Score 0: Task Not Completed Score -1: User Goal Undefined
explanation str
Output only. The explanation for the task completion score.