Class SessionsGrpc.SessionsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.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 session represents an interaction with a user. You retrieve user input and pass it to the [DetectIntent][google.cloud.dialogflow.cx.v3beta1.Sessions.DetectIntent] method to determine user intent and respond.
-
-
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.cx.v3beta1.SessionsGrpc.AsyncService
detectIntent, fulfillIntent, matchIntent, streamingDetectIntent
-
-