Class ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource
The "intents" collection of methods.
Inherited Members
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: |
Returns
Type | Description |
---|---|
ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource.ListRequest |