[BindServiceMethod(typeof(Environments), "BindService")]
public abstract class EnvironmentsBaseBase class for server-side implementations of Environments
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Methods
ListEnvironments(ListEnvironmentsRequest, ServerCallContext)
public virtual Task<ListEnvironmentsResponse> ListEnvironments(ListEnvironmentsRequest request, ServerCallContext context)Returns the list of all non-draft environments of the specified agent.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnvironmentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListEnvironmentsResponse> |
The response to send back to the client (wrapped by a task). |