@BetaApi @Generated(value="by gapic-generator-java") public abstract class SessionsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
SessionsStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse> |
detectIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse> |
fulfillIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,SessionsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse> |
matchIntentCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse> |
serverStreamingDetectIntentCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
streamingDetectIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback> |
submitAnswerFeedbackCallable() |
public com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse> detectIntentCallable()
public com.google.api.gax.rpc.ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse> serverStreamingDetectIntentCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> streamingDetectIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse> matchIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<FulfillIntentRequest,FulfillIntentResponse> fulfillIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback> submitAnswerFeedbackCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,SessionsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.