Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GeneratorsResource

The "generators" collection of methods.

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

Constructors

GeneratorsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudDialogflowV2Generator, string)

Creates a generator.

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

The body of the request.

string parent

Required. The project/location to create generator for. Format: projects//locations/

Returns
Type Description
ProjectsResource.LocationsResource.GeneratorsResource.CreateRequest

Delete(string)

Deletes a generator.

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

Required. The generator resource name to delete. Format: projects//locations//generators/

Returns
Type Description
ProjectsResource.LocationsResource.GeneratorsResource.DeleteRequest

Get(string)

Retrieves a generator.

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

Required. The generator resource name to retrieve. Format: projects//locations//generators/

Returns
Type Description
ProjectsResource.LocationsResource.GeneratorsResource.GetRequest

List(string)

Lists generators.

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

Required. The project/location to list generators for. Format: projects//locations/

Returns
Type Description
ProjectsResource.LocationsResource.GeneratorsResource.ListRequest

Patch(GoogleCloudDialogflowV2Generator, string)

Updates a generator.

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

The body of the request.

string name

Output only. Identifier. The resource name of the generator. Format: projects//locations//generators/

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