Class: Google::Cloud::Dialogflow::CX::V3::UpdateTestCaseRequest

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

The request message for TestCases.UpdateTestCase.

Instance Attribute Summary collapse

Instance Attribute Details

#test_case::Google::Cloud::Dialogflow::CX::V3::TestCase

Returns Required. The test case to update.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 482

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The mask to specify which fields should be updated. The creationTime and lastTestResult cannot be updated.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 482

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