Dialogflow v3 API - Class GetTestCaseRequest (2.17.0)

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

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

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

Inheritance

object > GetTestCaseRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetTestCaseRequest()

public GetTestCaseRequest()

GetTestCaseRequest(GetTestCaseRequest)

public GetTestCaseRequest(GetTestCaseRequest other)
Parameter
NameDescription
otherGetTestCaseRequest

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

TestCaseName

public TestCaseName TestCaseName { get; set; }

TestCaseName-typed view over the Name resource name property.

Property Value
TypeDescription
TestCaseName