Class: Google::Cloud::Dialogflow::CX::V3::RunContinuousTestResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RunContinuousTestResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The response message for Environments.RunContinuousTest.
Instance Attribute Summary collapse
-
#continuous_test_result ⇒ ::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult
The result for a continuous test run.
Instance Attribute Details
#continuous_test_result ⇒ ::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult
Returns The result for a continuous test run.
284 285 286 287 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 284 class RunContinuousTestResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |