Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.PatchRequest

Updates the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.

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

Constructors

PatchRequest(IClientService, GoogleCloudDialogflowCxV3Page, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudDialogflowCxV3Page body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowCxV3Page body
string name

Properties

HttpMethod

Gets the HTTP method.

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

LanguageCode

The language of the following fields in page: * 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<GoogleCloudDialogflowCxV3Page>.MethodName

Name

The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.

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

RestPath

Gets the REST path.

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

UpdateMask

The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3Page>.GetBody()

InitParameters()

Initializes Patch parameter list.

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

Implements

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