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].
Implements
IMessage<UpdateTestCaseRequest>, IEquatable<UpdateTestCaseRequest>, IDeepCloneable<UpdateTestCaseRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UpdateTestCaseRequest()
public UpdateTestCaseRequest()
UpdateTestCaseRequest(UpdateTestCaseRequest)
public UpdateTestCaseRequest(UpdateTestCaseRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTestCaseRequest |
Properties
TestCase
public TestCase TestCase { get; set; }
Required. The test case to update.
Property Value | |
---|---|
Type | Description |
TestCase |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |