Dialogflow v3 API - Class UpdateTestCaseRequest (2.8.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.