Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource
The "pages" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.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(GoogleCloudDialogflowCxV3beta1Page, string)
Creates a page in the specified flow.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1Page body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowCxV3beta1Page | body | The body of the request. |
string | parent | Required. The flow to create a page for. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.CreateRequest |
Delete(string)
Deletes the specified page.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the page to delete. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.DeleteRequest |
Get(string)
Retrieves the specified page.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the page. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.GetRequest |
List(string)
Returns the list of all pages in the specified flow.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The flow to list all pages for. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.ListRequest |
Patch(GoogleCloudDialogflowCxV3beta1Page, string)
Updates the specified page.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1Page body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowCxV3beta1Page | body | The body of the request. |
string | name | The unique identifier of the page. Required for the Pages.UpdatePage method.
Pages.CreatePage populates the name automatically. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource.PatchRequest |