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.v3
Assembly: Google.Apis.Dialogflow.v3.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(GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest, string)

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

The body of the request.

string parent

null

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

BatchRun(GoogleCloudDialogflowCxV3BatchRunTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.BatchRunRequest BatchRun(GoogleCloudDialogflowCxV3BatchRunTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3BatchRunTestCasesRequest 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(GoogleCloudDialogflowCxV3TestCase, string)

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

The body of the request.

string parent

null

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

Export(GoogleCloudDialogflowCxV3ExportTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ExportRequest Export(GoogleCloudDialogflowCxV3ExportTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3ExportTestCasesRequest 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(GoogleCloudDialogflowCxV3ImportTestCasesRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.ImportRequest Import(GoogleCloudDialogflowCxV3ImportTestCasesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3ImportTestCasesRequest 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(GoogleCloudDialogflowCxV3TestCase, string)

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

The body of the request.

string name

null

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

Run(GoogleCloudDialogflowCxV3RunTestCaseRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.RunRequest Run(GoogleCloudDialogflowCxV3RunTestCaseRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3RunTestCaseRequest 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