Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationStatus
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#done ⇒ Boolean
(also: #done?)
Corresponds to the JSON property
done. -
#pipeline_status ⇒ Google::Apis::DialogflowV2::GoogleRpcStatus
Corresponds to the JSON property
pipelineStatus.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2EvaluationStatus
constructor
A new instance of GoogleCloudDialogflowV2EvaluationStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2EvaluationStatus
Returns a new instance of GoogleCloudDialogflowV2EvaluationStatus.
9674 9675 9676 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9674 def initialize(**args) update!(**args) end |
Instance Attribute Details
#done ⇒ Boolean Also known as: done?
Corresponds to the JSON property done
9666 9667 9668 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9666 def done @done end |
#pipeline_status ⇒ Google::Apis::DialogflowV2::GoogleRpcStatus
Corresponds to the JSON property pipelineStatus
9672 9673 9674 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9672 def pipeline_status @pipeline_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9679 9680 9681 9682 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9679 def update!(**args) @done = args[:done] if args.key?(:done) @pipeline_status = args[:pipeline_status] if args.key?(:pipeline_status) end |