Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeploymentResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#deployment_test_results ⇒ Array<String>
Corresponds to the JSON property
deploymentTestResults. -
#experiment ⇒ String
Corresponds to the JSON property
experiment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeploymentResult
constructor
A new instance of GoogleCloudDialogflowCxV3DeploymentResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeploymentResult
Returns a new instance of GoogleCloudDialogflowCxV3DeploymentResult.
1713 1714 1715 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1713 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment_test_results ⇒ Array<String>
Corresponds to the JSON property deploymentTestResults
1706 1707 1708 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1706 def deployment_test_results @deployment_test_results end |
#experiment ⇒ String
Corresponds to the JSON property experiment
1711 1712 1713 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1711 def experiment @experiment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1718 1719 1720 1721 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1718 def update!(**args) @deployment_test_results = args[:deployment_test_results] if args.key?(:deployment_test_results) @experiment = args[:experiment] if args.key?(:experiment) end |