Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource

The "pages" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource
Inherited Members
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

Constructors

PagesResource(IClientService)

Constructs a new resource.

Declaration
public PagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDialogflowCxV3Page, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.CreateRequest Create(GoogleCloudDialogflowCxV3Page body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3Page body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.DeleteRequest

Get(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.GetRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.ListRequest

Patch(GoogleCloudDialogflowCxV3Page, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.PatchRequest Patch(GoogleCloudDialogflowCxV3Page body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3Page body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.PatchRequest
In this article
Back to top Generated by DocFX