Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
- 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
-
#result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestCaseResult
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1RunTestCaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RunTestCaseResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1RunTestCaseResponse.
5728 5729 5730 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5728 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestCaseResult
Corresponds to the JSON property result
5726 5727 5728 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5726 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5733 5734 5735 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5733 def update!(**args) @result = args[:result] if args.key?(:result) end |