Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult.
Represents a result from running a test case in an agent environment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — The resource name for the continuous test result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The resource name for the continuous test result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>
.
Returns
-
(::String) — The resource name for the continuous test result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>
.
#result
def result() -> ::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult) — The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
#result=
def result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult) — The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult) — The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
#run_time
def run_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the continuous testing run starts.
#run_time=
def run_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the continuous testing run starts.
Returns
- (::Google::Protobuf::Timestamp) — Time when the continuous testing run starts.
#test_case_results
def test_case_results() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of individual test case results names in this continuous test run.
#test_case_results=
def test_case_results=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of individual test case results names in this continuous test run.
Returns
- (::Array<::String>) — A list of individual test case results names in this continuous test run.