Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EnvironmentsResource

The "environments" collection of methods.

Inheritance
System.Object
ProjectsResource.AgentResource.EnvironmentsResource
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 EnvironmentsResource

Constructors

EnvironmentsResource(IClientService)

Constructs a new resource.

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

Properties

Intents

Gets the Intents resource.

Declaration
public virtual ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource Intents { get; }
Property Value
Type Description
ProjectsResource.AgentResource.EnvironmentsResource.IntentsResource

Users

Gets the Users resource.

Declaration
public virtual ProjectsResource.AgentResource.EnvironmentsResource.UsersResource Users { get; }
Property Value
Type Description
ProjectsResource.AgentResource.EnvironmentsResource.UsersResource

Methods

List(String)

Returns the list of all non-draft environments of the specified agent.

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

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

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