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 webpage provides documentation for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in updating test cases."],["The latest version available for this class is 2.23.0, with a full history of versions extending back to 1.0.0 being accessible."],["`UpdateTestCaseRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, object comparison, deep cloning, and buffer management."],["The `UpdateTestCaseRequest` class has two constructors: a default constructor and a constructor that accepts another `UpdateTestCaseRequest` object for copying, and also includes `TestCase` and `UpdateMask` properties for defining the test case and the fields that can be updated."],["The `UpdateTestCaseRequest` class is utilized in the `TestCases.UpdateTestCase` function of Google Cloud Dialogflow CX V3, according to the message's description."]]],[]]