Class CreateTestCaseRequest (1.12.0)

public sealed class CreateTestCaseRequest : IMessage<CreateTestCaseRequest>, IEquatable<CreateTestCaseRequest>, IDeepCloneable<CreateTestCaseRequest>, IBufferMessage, IMessage

The request message for [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase].

Inheritance

Object > CreateTestCaseRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateTestCaseRequest()

public CreateTestCaseRequest()

CreateTestCaseRequest(CreateTestCaseRequest)

public CreateTestCaseRequest(CreateTestCaseRequest other)
Parameter
Name Description
other CreateTestCaseRequest

Properties

Parent

public string Parent { get; set; }

Required. The agent to create the test case for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
Type Description
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

TestCase

public TestCase TestCase { get; set; }

Required. The test case to create.

Property Value
Type Description
TestCase

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.