2024-12-13
▼ ▲ dialogflow.projects.locations.agents.playbooks.export
Path : v3beta1/{+name}:export
Flat Path : v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export
HTTP Method : POST
Parameters :
name
Description : Required. The name of the playbook to export. Format: `projects//locations//agents//playbooks/`.
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.
▼ ▲ dialogflow.projects.locations.agents.playbooks.import
Path : v3beta1/{+parent}/playbooks:import
Flat Path : v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import
HTTP Method : POST
Parameters :
parent
Description : Required. The agent to import the playbook into. Format: `projects//locations//agents/`.
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes :
Description : Imports the specified playbook to the specified agent from a binary file.
▼ ▲ dialogflow.projects.locations.agents.playbooks.versions.restore
Path : v3beta1/{+name}:restore
Flat Path : v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore
HTTP Method : POST
Parameters :
name
Description : Required. The name of the playbook version. Format: `projects//locations//agents//playbooks//versions/`.
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated.