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 content details the `UpdateTestCaseRequest` class, which is used to update a test case within the Dialogflow CX V3 API, across multiple versions, with the latest being 2.23.0."],["`UpdateTestCaseRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message manipulation, equality checking, deep cloning, and buffered messaging."],["The `UpdateTestCaseRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateTestCaseRequest` object as a parameter."],["The `TestCase` property, which is of type `TestCase`, represents the test case data that is needed for update, and the `UpdateMask` property, a `FieldMask`, is used to specify which fields of the test case are to be modified."],["The content lists 38 versions of the `UpdateTestCaseRequest` class, starting with version 1.0.0 and ending with the latest version 2.23.0, which are available for reference."]]],[]]