Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.GeneratorsResource

The "generators" collection of methods.

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

Constructors

GeneratorsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudDialogflowCxV3Generator, string)

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

The body of the request.

string parent

null

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

Delete(string)

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

null

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

Get(string)

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

null

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

List(string)

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

null

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

Patch(GoogleCloudDialogflowCxV3Generator, string)

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

The body of the request.

string name

null

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