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 webpage provides reference documentation for the `UpdateTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `UpdateTestCaseRequest` class is used for updating test cases and it inherits from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors, such as the default constructor and one that accepts another `UpdateTestCaseRequest` object."],["The `UpdateTestCaseRequest` class contains two properties, `TestCase` which is the test case to be updated and `UpdateMask` which specifies the fields that can be modified, excluding `creationTime` and `lastTestResult`."],["The webpage contains a history of the versioning for `UpdateTestCaseRequest`, ranging from version 1.0.0 all the way to the latest 2.23.0, each with its own associated documentation link."]]],[]]