public sealed class UpdateTestCaseRequest : IMessage<UpdateTestCaseRequest>, IEquatable<UpdateTestCaseRequest>, IDeepCloneable<UpdateTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateTestCaseRequest.
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 document provides reference information for the `UpdateTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for version 2.13.0, and shows other versions."],["`UpdateTestCaseRequest` is a class used to update a test case in Dialogflow CX, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTestCaseRequest` class has two constructors: a default constructor and one that accepts another `UpdateTestCaseRequest` object for cloning."],["The class includes two key properties: `TestCase`, which represents the test case to be updated, and `UpdateMask`, which specifies which fields of the test case should be modified, excluding `creationTime` and `lastTestResult`."],["The latest version of this reference is 2.23.0, with a full history of past versions available on the page."]]],[]]