Google Cloud Dialogflow v2 API - Class ContextsClientBuilder (4.18.0)

public sealed class ContextsClientBuilder : ClientBuilderBase<ContextsClient>

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ContextsClientBuilder.

Builder class for ContextsClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseContextsClient > ContextsClientBuilder

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ContextsClientBuilder()

public ContextsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ContextsSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
ContextsSettings

Methods

Build()

public override ContextsClient Build()

Builds the resulting client.

Returns
TypeDescription
ContextsClient
Overrides

BuildAsync(CancellationToken)

public override Task<ContextsClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskContextsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides