Class Environments.EnvironmentsBase (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(Environments), "BindService")]
public abstract class EnvironmentsBaseBase class for server-side implementations of Environments
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateEnvironment(CreateEnvironmentRequest, ServerCallContext)
public virtual Task<Operation> CreateEnvironment(CreateEnvironmentRequest request, ServerCallContext context)Creates an [Environment][google.cloud.dialogflow.cx.v3.Environment] in the specified [Agent][google.cloud.dialogflow.cx.v3.Agent].
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: An empty Struct messageresponse: [Environment][google.cloud.dialogflow.cx.v3.Environment]
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnvironmentRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
DeleteEnvironment(DeleteEnvironmentRequest, ServerCallContext)
public virtual Task<Empty> DeleteEnvironment(DeleteEnvironmentRequest request, ServerCallContext context)Deletes the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnvironmentRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Empty> |
The response to send back to the client (wrapped by a task). |
DeployFlow(DeployFlowRequest, ServerCallContext)
public virtual Task<Operation> DeployFlow(DeployFlowRequest request, ServerCallContext context)Deploys a flow to the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: [DeployFlowMetadata][google.cloud.dialogflow.cx.v3.DeployFlowMetadata]response: [DeployFlowResponse][google.cloud.dialogflow.cx.v3.DeployFlowResponse]
| Parameters | |
|---|---|
| Name | Description |
request |
DeployFlowRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
GetEnvironment(GetEnvironmentRequest, ServerCallContext)
public virtual Task<Environment> GetEnvironment(GetEnvironmentRequest request, ServerCallContext context)Retrieves the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnvironmentRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Environment> |
The response to send back to the client (wrapped by a task). |
ListContinuousTestResults(ListContinuousTestResultsRequest, ServerCallContext)
public virtual Task<ListContinuousTestResultsResponse> ListContinuousTestResults(ListContinuousTestResultsRequest request, ServerCallContext context)Fetches a list of continuous test results for a given environment.
| Parameters | |
|---|---|
| Name | Description |
request |
ListContinuousTestResultsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListContinuousTestResultsResponse> |
The response to send back to the client (wrapped by a task). |
ListEnvironments(ListEnvironmentsRequest, ServerCallContext)
public virtual Task<ListEnvironmentsResponse> ListEnvironments(ListEnvironmentsRequest request, ServerCallContext context)Returns the list of all environments in the specified [Agent][google.cloud.dialogflow.cx.v3.Agent].
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnvironmentsRequest The request received from the client. |
context |
ServerCallContext The 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). |
LookupEnvironmentHistory(LookupEnvironmentHistoryRequest, ServerCallContext)
public virtual Task<LookupEnvironmentHistoryResponse> LookupEnvironmentHistory(LookupEnvironmentHistoryRequest request, ServerCallContext context)Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
| Parameters | |
|---|---|
| Name | Description |
request |
LookupEnvironmentHistoryRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<LookupEnvironmentHistoryResponse> |
The response to send back to the client (wrapped by a task). |
RunContinuousTest(RunContinuousTestRequest, ServerCallContext)
public virtual Task<Operation> RunContinuousTest(RunContinuousTestRequest request, ServerCallContext context)Kicks off a continuous test under the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: [RunContinuousTestMetadata][google.cloud.dialogflow.cx.v3.RunContinuousTestMetadata]response: [RunContinuousTestResponse][google.cloud.dialogflow.cx.v3.RunContinuousTestResponse]
| Parameters | |
|---|---|
| Name | Description |
request |
RunContinuousTestRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
UpdateEnvironment(UpdateEnvironmentRequest, ServerCallContext)
public virtual Task<Operation> UpdateEnvironment(UpdateEnvironmentRequest request, ServerCallContext context)Updates the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: An empty Struct messageresponse: [Environment][google.cloud.dialogflow.cx.v3.Environment]
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnvironmentRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |