Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource

The "testCases" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource

Constructors

TestCasesResource(IClientService)

Constructs a new resource.

Declaration
public TestCasesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Results

Gets the Results resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ResultsResource Results { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ResultsResource

Methods

BatchDelete(GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.BatchDeleteRequest BatchDelete(GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.BatchDeleteRequest

BatchRun(GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.BatchRunRequest BatchRun(GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.BatchRunRequest

CalculateCoverage(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest CalculateCoverage(string agent)
Parameters
Type Name Description
string agent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest

Create(GoogleCloudDialogflowCxV3beta1TestCase, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1TestCase body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1TestCase body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CreateRequest

Export(GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ExportRequest Export(GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ExportRequest

Get(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.GetRequest

Import(GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ImportRequest Import(GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ImportTestCasesRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ImportRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ListRequest

Patch(GoogleCloudDialogflowCxV3beta1TestCase, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1TestCase body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1TestCase body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.PatchRequest

Run(GoogleCloudDialogflowCxV3beta1RunTestCaseRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.RunRequest Run(GoogleCloudDialogflowCxV3beta1RunTestCaseRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1RunTestCaseRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.RunRequest
In this article
Back to top Generated by DocFX