Class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest
Calculates the test coverage for an agent.
Inheritance
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3CalculateCoverageResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3CalculateCoverageResponse>, IClientServiceRequest
Constructors
CalculateCoverageRequest(IClientService, string)
Constructs a new CalculateCoverage request.
Declaration
public CalculateCoverageRequest(IClientService service, string agent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | agent |
Properties
Agent
Required. The agent to calculate coverage for. Format: projects//locations//agents/
.
Declaration
[RequestParameter("agent", RequestParameterType.Path)]
public virtual string Agent { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Type
Required. The type of coverage requested.
Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.TestCasesResource.CalculateCoverageRequest.TypeEnum? |
Methods
InitParameters()
Initializes CalculateCoverage parameter list.
Declaration
protected override void InitParameters()