Class AgentsGrpc.AgentsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.AgentsGrpc.AgentsImplBase
-
- All Implemented Interfaces:
AgentsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AgentsGrpc
public abstract static class AgentsGrpc.AgentsImplBase extends Object implements io.grpc.BindableService, AgentsGrpc.AsyncService
Base class for the server implementation of the service Agents.Service for managing [Agents][google.cloud.dialogflow.cx.v3.Agent].
-
-
Constructor Summary
Constructors Constructor Description AgentsImplBase()
-
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.v3.AgentsGrpc.AsyncService
createAgent, deleteAgent, exportAgent, getAgent, getAgentValidationResult, getGenerativeSettings, listAgents, restoreAgent, updateAgent, updateGenerativeSettings, validateAgent
-
-