Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.LookupEnvironmentHistoryRequest
Inheritance
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.LookupEnvironmentHistoryRequest
Implements
Inherited Members
ClientServiceRequest<GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse>.CreateRequest(bool?)
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.LookupEnvironmentHistoryRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse>, IClientServiceRequest
Constructors
LookupEnvironmentHistoryRequest(IClientService, string)
Constructs a new LookupEnvironmentHistory request.
Declaration
public LookupEnvironmentHistoryRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
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
Name
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes LookupEnvironmentHistory parameter list.
Declaration
protected override void InitParameters()