Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource

The "playbooks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource
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.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource

Constructors

PlaybooksResource(IClientService)

Constructs a new resource.

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

Properties

Examples

Gets the Examples resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource Examples { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource

Versions

Gets the Versions resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource Versions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource

Methods

Create(GoogleCloudDialogflowCxV3beta1Playbook, string)

Creates a playbook in a specified agent.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.CreateRequest Create(GoogleCloudDialogflowCxV3beta1Playbook body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Playbook body

The body of the request.

string parent

Required. The agent to create a playbook for. Format: projects//locations//agents/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.CreateRequest

Delete(string)

Deletes a specified playbook.

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

Required. The name of the playbook to delete. Format: projects//locations//agents//playbooks/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.DeleteRequest

Export(GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest, string)

Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExportRequest Export(GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest body

The body of the request.

string name

Required. The name of the playbook to export. Format: projects//locations//agents//playbooks/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExportRequest

Get(string)

Retrieves the specified Playbook.

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

Required. The name of the playbook. Format: projects//locations//agents//playbooks/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.GetRequest

Import(GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest, string)

Imports the specified playbook to the specified agent from a binary file.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ImportRequest Import(GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest body

The body of the request.

string parent

Required. The agent to import the playbook into. Format: projects//locations//agents/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ImportRequest

List(string)

Returns a list of playbooks in the specified agent.

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

Required. The agent to list playbooks from. Format: projects//locations//agents/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ListRequest

Patch(GoogleCloudDialogflowCxV3beta1Playbook, string)

Updates the specified Playbook.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.PatchRequest Patch(GoogleCloudDialogflowCxV3beta1Playbook body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1Playbook body

The body of the request.

string name

The unique identifier of the playbook. Format: projects//locations//agents//playbooks/.

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