Class ProjectsResource.LocationsResource.GeneratorsResource
The "generators" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.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(GoogleCloudDialogflowV2beta1Generator, string)
Creates a generator.
Declaration
public virtual ProjectsResource.LocationsResource.GeneratorsResource.CreateRequest Create(GoogleCloudDialogflowV2beta1Generator body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowV2beta1Generator | body | The body of the request. |
string | parent | Required. The project/location to create generator for. Format: |
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: |
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: |
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: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GeneratorsResource.ListRequest |
Patch(GoogleCloudDialogflowV2beta1Generator, string)
Updates a generator.
Declaration
public virtual ProjectsResource.LocationsResource.GeneratorsResource.PatchRequest Patch(GoogleCloudDialogflowV2beta1Generator body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowV2beta1Generator | body | The body of the request. |
string | name | Output only. Identifier. The resource name of the generator. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GeneratorsResource.PatchRequest |