Dialogflow v3 API - Class CreateTestCaseRequest (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class CreateTestCaseRequest.

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
NameDescription
otherCreateTestCaseRequest

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
TypeDescription
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName

TestCase

public TestCase TestCase { get; set; }

Required. The test case to create.

Property Value
TypeDescription
TestCase