Class ProjectsResource.LocationsResource.AgentResource.IntentsResource
The "intents" collection of methods.
Inheritance
ProjectsResource.LocationsResource.AgentResource.IntentsResource
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.IntentsResource
Constructors
IntentsResource(IClientService)
Constructs a new resource.
Declaration
public IntentsResource(IClientService service)
Parameters
Methods
BatchDelete(GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchDeleteRequest BatchDelete(GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest body, string parent)
Parameters
Returns
BatchUpdate(GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchUpdateRequest BatchUpdate(GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest body, string parent)
Parameters
Returns
Create(GoogleCloudDialogflowV2beta1Intent, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.CreateRequest Create(GoogleCloudDialogflowV2beta1Intent body, string parent)
Parameters
Returns
Delete(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.DeleteRequest Delete(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
Get(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest Get(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
List(string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.ListRequest List(string parent)
Parameters
| Type |
Name |
Description |
| string |
parent |
null
|
Returns
Patch(GoogleCloudDialogflowV2beta1Intent, string)
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.PatchRequest Patch(GoogleCloudDialogflowV2beta1Intent body, string name)
Parameters
Returns