Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.ListRequest

Returns the list of all flows in the specified agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.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.FlowsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>, 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<GoogleCloudDialogflowCxV3ListFlowsResponse>.HttpMethod

LanguageCode

The language to list flows for. The following fields are language dependent: * Flow.event_handlers.trigger_fulfillment.messages * Flow.event_handlers.trigger_fulfillment.conditional_cases * Flow.transition_routes.trigger_fulfillment.messages * Flow.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3ListFlowsResponse>.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 agent containing the flows. Format: projects//locations//agents/.

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<GoogleCloudDialogflowCxV3ListFlowsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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