Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RunTestCaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RunTestCaseResponse
- 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
-
#result ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RunTestCaseResponse
constructor
A new instance of GoogleCloudDialogflowCxV3RunTestCaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RunTestCaseResponse
Returns a new instance of GoogleCloudDialogflowCxV3RunTestCaseResponse.
7086 7087 7088 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7086 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult
Corresponds to the JSON property result
7084 7085 7086 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7084 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7091 7092 7093 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7091 def update!(**args) @result = args[:result] if args.key?(:result) end |