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].
Implements
IMessage<CreateTestCaseRequest>, IEquatable<CreateTestCaseRequest>, IDeepCloneable<CreateTestCaseRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
TestCase
public TestCase TestCase { get; set; }
Required. The test case to create.
Property Value | |
---|---|
Type | Description |
TestCase |