Class: Google::Cloud::Dialogflow::CX::V3::TestCaseResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb

Overview

Represents a result from running a test case in an agent environment.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_turns::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>

Returns The conversation turns uttered during the test case replay in chronological order.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82

class TestCaseResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#environment::String

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



82
83
84
85
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82

class TestCaseResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The resource name for the test case result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.

Returns:

  • (::String)

    The resource name for the test case result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.



82
83
84
85
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82

class TestCaseResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#test_result::Google::Cloud::Dialogflow::CX::V3::TestResult

Returns Whether the test case passed in the agent environment.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82

class TestCaseResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#test_time::Google::Protobuf::Timestamp

Returns The time that the test was run.

Returns:



82
83
84
85
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82

class TestCaseResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end