Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::TestCaseResult (v0.12.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TestCaseResult.

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

#conversation_turns

def conversation_turns() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
Returns

#conversation_turns=

def conversation_turns=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
Parameter
Returns

#environment

def environment() -> ::String
Returns
  • (::String) — Environment where the test was run. If not set, it indicates the draft environment.

#environment=

def environment=(value) -> ::String
Parameter
  • value (::String) — Environment where the test was run. If not set, it indicates the draft environment.
Returns
  • (::String) — Environment where the test was run. If not set, it indicates the draft environment.

#name

def name() -> ::String
Returns
  • (::String) — The resource name for the test case result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name for the test case result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>.
Returns
  • (::String) — The resource name for the test case result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>.

#test_result

def test_result() -> ::Google::Cloud::Dialogflow::CX::V3::TestResult
Returns

#test_result=

def test_result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TestResult
Parameter
Returns

#test_time

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

#test_time=

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