Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#test_errors ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError>
Corresponds to the JSON property
testErrors.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DeployFlowMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowMetadata.
3875 3876 3877 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3875 def initialize(**args) update!(**args) end |
Instance Attribute Details
#test_errors ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestError>
Corresponds to the JSON property testErrors
3873 3874 3875 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3873 def test_errors @test_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3880 3881 3882 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3880 def update!(**args) @test_errors = args[:test_errors] if args.key?(:test_errors) end |