Class 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 Detail

      • SessionsImplBase

        public SessionsImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService