Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource

The "versions" collection of methods.

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

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Methods

CompareVersions(GoogleCloudDialogflowCxV3CompareVersionsRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.CompareVersionsRequest CompareVersions(GoogleCloudDialogflowCxV3CompareVersionsRequest body, string baseVersion)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3CompareVersionsRequest body

The body of the request.

string baseVersion

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.CompareVersionsRequest

Create(GoogleCloudDialogflowCxV3Version, string)

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

The body of the request.

string parent

null

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

Delete(string)

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

null

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

Get(string)

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

null

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

List(string)

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

null

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

Load(GoogleCloudDialogflowCxV3LoadVersionRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.LoadRequest Load(GoogleCloudDialogflowCxV3LoadVersionRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3LoadVersionRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.LoadRequest

Patch(GoogleCloudDialogflowCxV3Version, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.VersionsResource.PatchRequest Patch(GoogleCloudDialogflowCxV3Version body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3Version body

The body of the request.

string name

null

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