Google Cloud Dialogflow v2beta1 API - Class GeneratorEvaluations.GeneratorEvaluationsBase (1.0.0-beta24)

[BindServiceMethod(typeof(GeneratorEvaluations), "BindService")]
public abstract class GeneratorEvaluations.GeneratorEvaluationsBase

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluations.GeneratorEvaluationsBase.

Base class for server-side implementations of GeneratorEvaluations

Inheritance

object > GeneratorEvaluations.GeneratorEvaluationsBase

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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 CreateGeneratorEvaluationRequest

The request received from the client.

context ServerCallContext

The 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 DeleteGeneratorEvaluationRequest

The request received from the client.

context ServerCallContext

The 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 GetGeneratorEvaluationRequest

The request received from the client.

context ServerCallContext

The 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 ListGeneratorEvaluationsRequest

The request received from the client.

context ServerCallContext

The 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).