Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2EvaluationStatus

Returns a new instance of GoogleCloudDialogflowV2EvaluationStatus.



9706
9707
9708
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9706

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#doneBoolean Also known as: done?

Corresponds to the JSON property done

Returns:

  • (Boolean)


9698
9699
9700
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9698

def done
  @done
end

#pipeline_statusGoogle::Apis::DialogflowV2::GoogleRpcStatus

Corresponds to the JSON property pipelineStatus



9704
9705
9706
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9704

def pipeline_status
  @pipeline_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9711
9712
9713
9714
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 9711

def update!(**args)
  @done = args[:done] if args.key?(:done)
  @pipeline_status = args[:pipeline_status] if args.key?(:pipeline_status)
end