Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeploymentResult
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeploymentResult
- 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
-
#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) ⇒ GoogleCloudDialogflowCxV3beta1DeploymentResult
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DeploymentResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeploymentResult
Returns a new instance of GoogleCloudDialogflowCxV3beta1DeploymentResult.
5785 5786 5787 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5785 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment_test_results ⇒ Array<String>
Corresponds to the JSON property deploymentTestResults
5778 5779 5780 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5778 def deployment_test_results @deployment_test_results end |
#experiment ⇒ String
Corresponds to the JSON property experiment
5783 5784 5785 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5783 def experiment @experiment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5790 5791 5792 5793 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5790 def update!(**args) @deployment_test_results = args[:deployment_test_results] if args.key?(:deployment_test_results) @experiment = args[:experiment] if args.key?(:experiment) end |