Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.FlowsResource

The "flows" collection of methods.

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

Constructors

FlowsResource(IClientService)

Constructs a new resource.

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

Properties

Pages

Gets the Pages resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource Pages { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PagesResource

TransitionRouteGroups

Gets the TransitionRouteGroups resource.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.TransitionRouteGroupsResource TransitionRouteGroups { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.TransitionRouteGroupsResource

Versions

Gets the Versions resource.

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

Methods

Create(GoogleCloudDialogflowCxV3beta1Flow, string)

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

The body of the request.

string parent

null

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

Delete(string)

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

null

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

Export(GoogleCloudDialogflowCxV3beta1ExportFlowRequest, string)

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

The body of the request.

string name

null

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

Get(string)

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

null

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

GetValidationResult(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.GetValidationResultRequest GetValidationResult(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.GetValidationResultRequest

Import(GoogleCloudDialogflowCxV3beta1ImportFlowRequest, string)

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

The body of the request.

string parent

null

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

List(string)

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

null

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

Patch(GoogleCloudDialogflowCxV3beta1Flow, string)

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

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.PatchRequest

Train(GoogleCloudDialogflowCxV3beta1TrainFlowRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.TrainRequest Train(GoogleCloudDialogflowCxV3beta1TrainFlowRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1TrainFlowRequest body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.FlowsResource.TrainRequest

Validate(GoogleCloudDialogflowCxV3beta1ValidateFlowRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.FlowsResource.ValidateRequest Validate(GoogleCloudDialogflowCxV3beta1ValidateFlowRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3beta1ValidateFlowRequest body

The body of the request.

string name

null

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