Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.RunContinuousTestRequest
Kicks off a continuous test under the specified Environment. This method is a long-running
operation. The returned
Operation
type has the following method-specific fields: - metadata
:
RunContinuousTestMetadata - response
: RunContinuousTestResponse
Inheritance
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.RunContinuousTestRequest
Inherited Members
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.RunContinuousTestRequest : DialogflowBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
RunContinuousTestRequest(IClientService, GoogleCloudDialogflowCxV3RunContinuousTestRequest, string)
Constructs a new RunContinuousTest request.
Declaration
public RunContinuousTestRequest(IClientService service, GoogleCloudDialogflowCxV3RunContinuousTestRequest body, string environment)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowCxV3RunContinuousTestRequest | body | |
string | environment |
Properties
Environment
Required. Format: projects//locations//agents//environments/
.
Declaration
[RequestParameter("environment", RequestParameterType.Path)]
public virtual string Environment { 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RunContinuousTest parameter list.
Declaration
protected override void InitParameters()