Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.ListRequest

Returns the list of all agents in the specified location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>
ProjectsResource.LocationsResource.AgentsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.MethodName

PageSize

The maximum number of items to return in a single page. By default 100 and at most 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

The next_page_token value returned from a previous list request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The location to list all agents for. Format: projects//locations/.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListAgentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX