Dialogflow v3 API - Class UpdateTestCaseRequest (2.17.0)

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].

Inheritance

object > UpdateTestCaseRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateTestCaseRequest()

public UpdateTestCaseRequest()

UpdateTestCaseRequest(UpdateTestCaseRequest)

public UpdateTestCaseRequest(UpdateTestCaseRequest other)
Parameter
NameDescription
otherUpdateTestCaseRequest

Properties

TestCase

public TestCase TestCase { get; set; }

Required. The test case to update.

Property Value
TypeDescription
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
TypeDescription
FieldMask