Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.IntentsResource

The "intents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.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.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.IntentsResource

Constructors

IntentsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudDialogflowCxV3Intent, string)

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

The body of the request.

string parent

null

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

Delete(string)

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

null

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

Export(GoogleCloudDialogflowCxV3ExportIntentsRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ExportRequest Export(GoogleCloudDialogflowCxV3ExportIntentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3ExportIntentsRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ExportRequest

Get(string)

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

null

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

Import(GoogleCloudDialogflowCxV3ImportIntentsRequest, string)

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ImportRequest Import(GoogleCloudDialogflowCxV3ImportIntentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3ImportIntentsRequest body

The body of the request.

string parent

null

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.IntentsResource.ImportRequest

List(string)

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

null

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

Patch(GoogleCloudDialogflowCxV3Intent, string)

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

The body of the request.

string name

null

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