public sealed class UpdateTestCaseRequest : IMessage<UpdateTestCaseRequest>, IEquatable<UpdateTestCaseRequest>, IDeepCloneable<UpdateTestCaseRequest>, IBufferMessage, IMessage
The request message for [TestCases.UpdateTestCase][google.cloud.dialogflow.cx.v3.TestCases.UpdateTestCase].
Required. The mask to specify which fields should be updated. The
[creationTime][google.cloud.dialogflow.cx.v3.TestCase.creation_time] and
[lastTestResult][google.cloud.dialogflow.cx.v3.TestCase.last_test_result] cannot be updated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET platform."],["The `UpdateTestCaseRequest` class is used to update test cases via the `TestCases.UpdateTestCase` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `UpdateTestCaseRequest()` and an overloaded constructor `UpdateTestCaseRequest(UpdateTestCaseRequest other)`, which are used to create new instances of the `UpdateTestCaseRequest` class."],["The page provides a comprehensive list of versions ranging from 2.23.0 (latest) to 1.0.0, with links to documentation for each version of the `UpdateTestCaseRequest` class, and can be used to review previous versions of this resource."],["The `UpdateTestCaseRequest` class has two primary properties: `TestCase`, which is the test case to update, and `UpdateMask`, which specifies the fields to be updated, with restrictions on updating `creationTime` and `lastTestResult`."]]],[]]