public sealed class GeneratorEvaluationsClientBuilder : ClientBuilderBase<GeneratorEvaluationsClient>Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationsClientBuilder.
Builder class for GeneratorEvaluationsClient to provide simple configuration of credentials, endpoint etc.
Inheritance
object > ClientBuilderBaseGeneratorEvaluationsClient > GeneratorEvaluationsClientBuilderNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorEvaluationsClientBuilder()
public GeneratorEvaluationsClientBuilder()Creates a new builder with default settings.
Properties
Settings
public GeneratorEvaluationsSettings Settings { get; set; }The settings to use for RPCs, or null for the default settings.
| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationsSettings |
|
Methods
Build()
public override GeneratorEvaluationsClient Build()Builds the resulting client.
| Returns | |
|---|---|
| Type | Description |
GeneratorEvaluationsClient |
|
BuildAsync(CancellationToken)
public override Task<GeneratorEvaluationsClient> BuildAsync(CancellationToken cancellationToken = default)Builds the resulting client asynchronously.
| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
CancellationToken |
| Returns | |
|---|---|
| Type | Description |
TaskGeneratorEvaluationsClient |
|
GetChannelPool()
protected override ChannelPool GetChannelPool()Returns the channel pool to use when no other options are specified.
| Returns | |
|---|---|
| Type | Description |
ChannelPool |
|