Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult (v0.14.0)

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

#result=

def result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult::AggregatedTestResult
Parameter
Returns

#run_time

def run_time() -> ::Google::Protobuf::Timestamp
Returns

#run_time=

def run_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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.