Show / Hide Table of Contents

Class ProjectsResource.GeneratorsResource

The "generators" collection of methods.

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

List(string)

Lists generators.

Declaration
public virtual ProjectsResource.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.GeneratorsResource.ListRequest
In this article
Back to top Generated by DocFX