ProjectsLocationsAgentsFlowsPages
class ProjectsLocationsAgentsFlowsPages extends Resource (View source)
The "pages" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$pages = $dialogflowService->projects_locations_agents_flows_pages;
Methods
Creates a page in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
Deletes the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.
Retrieves the specified page. (pages.get)
Returns the list of all pages in the specified flow.
Updates the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.
Details
GoogleCloudDialogflowCxV3Page
create(string $parent, GoogleCloudDialogflowCxV3Page $postBody, array $optParams = [])
Creates a page in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
(pages.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.
(pages.delete)
GoogleCloudDialogflowCxV3Page
get(string $name, array $optParams = [])
Retrieves the specified page. (pages.get)
GoogleCloudDialogflowCxV3ListPagesResponse
listProjectsLocationsAgentsFlowsPages(string $parent, array $optParams = [])
Returns the list of all pages in the specified flow.
(pages.listProjectsLocationsAgentsFlowsPages)
GoogleCloudDialogflowCxV3Page
patch(string $name, GoogleCloudDialogflowCxV3Page $postBody, array $optParams = [])
Updates the specified page. Note: You should always train a flow prior to sending it queries. See the training documentation.
(pages.patch)