Class SessionsGrpc.SessionsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.SessionsGrpc.SessionsImplBase
-
- All Implemented Interfaces:
SessionsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SessionsGrpc
public abstract static class SessionsGrpc.SessionsImplBase extends Object implements io.grpc.BindableService, SessionsGrpc.AsyncService
Base class for the server implementation of the service Sessions.A service used for session interactions. For more information, see the [API interactions guide](https://cloud.google.com/dialogflow/docs/api-overview).
-
-
Constructor Summary
Constructors Constructor Description SessionsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dialogflow.v2beta1.SessionsGrpc.AsyncService
detectIntent, streamingDetectIntent
-
-