Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource

The "intents" collection of methods.

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

Constructors

IntentsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Returns the list of all intents in the specified agent.

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

Required. The agent to list all intents from. Format: projects//agent or projects//locations//agent. Alternatively, you can specify the environment to list intents for. Format: projects//agent/environments/ or projects//locations//agent/environments/. Note: training phrases of the intents will not be returned for non-draft environment.

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