Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource

The "intents" collection of methods.

Inheritance
System.Object
ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class 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
System.String parent

Required. The agent to list all intents from. Format: projects//agent.

Returns
Type Description
ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource.ListRequest
In This Article
Back to top