public static class SessionsSettings.Builder extends ClientSettings.Builder<SessionsSettings,SessionsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(SessionsSettings settings) |
protected |
Builder(SessionsStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
SessionsSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
SessionsSettings |
build() |
UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2.DetectIntentRequest,com.google.cloud.dialogflow.v2.DetectIntentResponse> |
detectIntentSettings()
Returns the builder for the settings used for calls to detectIntent.
|
SessionsStubSettings.Builder |
getStubSettingsBuilder() |
StreamingCallSettings.Builder<com.google.cloud.dialogflow.v2.StreamingDetectIntentRequest,com.google.cloud.dialogflow.v2.StreamingDetectIntentResponse> |
streamingDetectIntentSettings()
Returns the builder for the settings used for calls to streamingDetectIntent.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(SessionsSettings settings)
protected Builder(SessionsStubSettings.Builder stubSettings)
public SessionsStubSettings.Builder getStubSettingsBuilder()
public SessionsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2.DetectIntentRequest,com.google.cloud.dialogflow.v2.DetectIntentResponse> detectIntentSettings()
public StreamingCallSettings.Builder<com.google.cloud.dialogflow.v2.StreamingDetectIntentRequest,com.google.cloud.dialogflow.v2.StreamingDetectIntentResponse> streamingDetectIntentSettings()
public SessionsSettings build() throws IOException
build
in class ClientSettings.Builder<SessionsSettings,SessionsSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.