Class ProjectsResource.GeneratorsResource
The "generators" collection of methods.
Inherited Members
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: |
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: |
Returns
Type | Description |
---|---|
ProjectsResource.GeneratorsResource.ListRequest |