Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource

The "versions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource
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.VersionsResource

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudDialogflowCxV3beta1PlaybookVersion, string)

Creates a version for the specified Playbook.

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

The body of the request.

string parent

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

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

Delete(string)

Deletes the specified version of the Playbook.

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

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

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

Get(string)

Retrieves the specified version of the Playbook.

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

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

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

List(string)

Lists versions for the specified Playbook.

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

Required. The playbook to list versions for. Format: projects//locations//agents//playbooks/.

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

Restore(GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest, string)

Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.VersionsResource.RestoreRequest Restore(GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest body

The body of the request.

string name

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

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