public sealed class GetTestCaseRequest : IMessage<GetTestCaseRequest>, IEquatable<GetTestCaseRequest>, IDeepCloneable<GetTestCaseRequest>, IBufferMessage, IMessage
The request message for [TestCases.GetTestCase][google.cloud.dialogflow.cx.v3.TestCases.GetTestCase].
Implements
IMessage<GetTestCaseRequest>, IEquatable<GetTestCaseRequest>, IDeepCloneable<GetTestCaseRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetTestCaseRequest()
public GetTestCaseRequest()
GetTestCaseRequest(GetTestCaseRequest)
public GetTestCaseRequest(GetTestCaseRequest other)
Parameter | |
---|---|
Name | Description |
other | GetTestCaseRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the testcase.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
Property Value | |
---|---|
Type | Description |
String |
TestCaseName
public TestCaseName TestCaseName { get; set; }
TestCaseName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TestCaseName |