Class SessionsGrpc.SessionsImplBase (0.52.0)

public abstract static class SessionsGrpc.SessionsImplBase implements 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 method to determine user intent and respond.

Inheritance

java.lang.Object > SessionsGrpc.SessionsImplBase

Implements

io.grpc.BindableService, SessionsGrpc.AsyncService

Constructors

SessionsImplBase()

public SessionsImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition