Class GoogleCloudDialogflowCxV3ListTestCasesResponse
Inheritance
GoogleCloudDialogflowCxV3ListTestCasesResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListTestCasesResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
TestCases
Declaration
[JsonProperty("testCases")]
public virtual IList<GoogleCloudDialogflowCxV3TestCase> TestCases { get; set; }
Property Value
Implements