public sealed class GetTestCaseResultRequest : IMessage<GetTestCaseResultRequest>, IEquatable<GetTestCaseResultRequest>, IDeepCloneable<GetTestCaseResultRequest>, IBufferMessage, IMessageThe request message for [TestCases.GetTestCaseResult][google.cloud.dialogflow.cx.v3.TestCases.GetTestCaseResult].
Implements
IMessage<GetTestCaseResultRequest>, IEquatable<GetTestCaseResultRequest>, IDeepCloneable<GetTestCaseResultRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetTestCaseResultRequest()
public GetTestCaseResultRequest()GetTestCaseResultRequest(GetTestCaseResultRequest)
public GetTestCaseResultRequest(GetTestCaseResultRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetTestCaseResultRequest | 
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>/results/<TestCaseResult ID>.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
TestCaseResultName
public TestCaseResultName TestCaseResultName { get; set; }TestCaseResultName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| TestCaseResultName | |