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."],[[["The provided content is a documentation page for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, showing its various versions."],["Version 2.23.0 is the latest version available for `UpdateTestCaseRequest`, while version 1.0.0 is the oldest version."],["`UpdateTestCaseRequest` is a request message used for updating test cases within Dialogflow CX, implementing multiple interfaces for functionality like deep cloning and buffering."],["The class includes two constructors: a default constructor and one that takes another `UpdateTestCaseRequest` object as a parameter."],["The `UpdateTestCaseRequest` class contains properties for `TestCase` and `UpdateMask`, where `TestCase` is the test case being updated and `UpdateMask` specifies which fields of the test case should be modified, excluding `creationTime` and `lastTestResult`."]]],[]]