[BindServiceMethod(typeof(GeneratorEvaluations), "BindService")]
public abstract class GeneratorEvaluations.GeneratorEvaluationsBaseReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluations.GeneratorEvaluationsBase.
Base class for server-side implementations of GeneratorEvaluations
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Methods
CreateGeneratorEvaluation(CreateGeneratorEvaluationRequest, ServerCallContext)
public virtual Task<Operation> CreateGeneratorEvaluation(CreateGeneratorEvaluationRequest request, ServerCallContext context)Creates evaluation of a generator.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGeneratorEvaluationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteGeneratorEvaluation(DeleteGeneratorEvaluationRequest, ServerCallContext)
public virtual Task<Empty> DeleteGeneratorEvaluation(DeleteGeneratorEvaluationRequest request, ServerCallContext context)Deletes an evaluation of generator.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGeneratorEvaluationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetGeneratorEvaluation(GetGeneratorEvaluationRequest, ServerCallContext)
public virtual Task<GeneratorEvaluation> GetGeneratorEvaluation(GetGeneratorEvaluationRequest request, ServerCallContext context)Gets an evaluation of generator.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGeneratorEvaluationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGeneratorEvaluation |
The response to send back to the client (wrapped by a task). |
ListGeneratorEvaluations(ListGeneratorEvaluationsRequest, ServerCallContext)
public virtual Task<ListGeneratorEvaluationsResponse> ListGeneratorEvaluations(ListGeneratorEvaluationsRequest request, ServerCallContext context)Lists evaluations of generator.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGeneratorEvaluationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGeneratorEvaluationsResponse |
The response to send back to the client (wrapped by a task). |