Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentResult
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#last_update_time ⇒ String
Corresponds to the JSON property
lastUpdateTime. -
#version_metrics ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics>
Corresponds to the JSON property
versionMetrics.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExperimentResult
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExperimentResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExperimentResult
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExperimentResult.
6481 6482 6483 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6481 def initialize(**args) update!(**args) end |
Instance Attribute Details
#last_update_time ⇒ String
Corresponds to the JSON property lastUpdateTime
6474 6475 6476 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6474 def last_update_time @last_update_time end |
#version_metrics ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetrics>
Corresponds to the JSON property versionMetrics
6479 6480 6481 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6479 def version_metrics @version_metrics end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6486 6487 6488 6489 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6486 def update!(**args) @last_update_time = args[:last_update_time] if args.key?(:last_update_time) @version_metrics = args[:version_metrics] if args.key?(:version_metrics) end |