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