Package com.google.cloud.dialogflow.v2
Class ContextsGrpc.ContextsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ContextsGrpc.ContextsImplBase
-
- All Implemented Interfaces:
ContextsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ContextsGrpc
public abstract static class ContextsGrpc.ContextsImplBase extends Object implements io.grpc.BindableService, ContextsGrpc.AsyncService
Base class for the server implementation of the service Contexts.Service for managing [Contexts][google.cloud.dialogflow.v2.Context].
-
-
Constructor Summary
Constructors Constructor Description ContextsImplBase()
-
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.v2.ContextsGrpc.AsyncService
createContext, deleteAllContexts, deleteContext, getContext, listContexts, updateContext
-
-