Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class EvaluationStatus.
A common evalaution pipeline status.
Generated from protobuf message google.cloud.dialogflow.v2.EvaluationStatus
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ done
bool
Output only. If the value is false
, it means the evaluation is still in progress. If true
, the operation is completed, and either error
or response
is available.
↳ pipeline_status
Google\Rpc\Status
Output only. The error result of the evaluation in case of failure in evaluation pipeline.
getDone
Output only. If the value is false
, it means the evaluation is still in
progress. If true
, the operation is completed, and either error
or response
is available.
bool
hasDone
clearDone
setDone
Output only. If the value is false
, it means the evaluation is still in
progress. If true
, the operation is completed, and either error
or response
is available.
var
bool
$this
getPipelineStatus
Output only. The error result of the evaluation in case of failure in evaluation pipeline.
hasPipelineStatus
clearPipelineStatus
setPipelineStatus
Output only. The error result of the evaluation in case of failure in evaluation pipeline.
$this

