Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.ListRequest

Returns the list of all pages in the specified flow.

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

LanguageCode

The language to list pages for. The following fields are language dependent: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.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<GoogleCloudDialogflowCxV3beta1ListPagesResponse>.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 flow to list all pages for. Format: projects//locations//agents//flows/.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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