Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.IntentsResource

The "intents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentResource.IntentsResource
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.LocationsResource.AgentResource.IntentsResource

Constructors

IntentsResource(IClientService)

Constructs a new resource.

Declaration
public IntentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchDelete(GoogleCloudDialogflowV2BatchDeleteIntentsRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchDeleteRequest BatchDelete(GoogleCloudDialogflowV2BatchDeleteIntentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2BatchDeleteIntentsRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchDeleteRequest

BatchUpdate(GoogleCloudDialogflowV2BatchUpdateIntentsRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchUpdateRequest BatchUpdate(GoogleCloudDialogflowV2BatchUpdateIntentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2BatchUpdateIntentsRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.BatchUpdateRequest

Create(GoogleCloudDialogflowV2Intent, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.CreateRequest Create(GoogleCloudDialogflowV2Intent body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2Intent body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.CreateRequest

Delete(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.DeleteRequest

Get(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.GetRequest

List(string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.ListRequest

Patch(GoogleCloudDialogflowV2Intent, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentResource.IntentsResource.PatchRequest Patch(GoogleCloudDialogflowV2Intent body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2Intent body

The body of the request.

string name

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentResource.IntentsResource.PatchRequest
In this article
Back to top Generated by DocFX