Class ParticipantsGrpc.ParticipantsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.ParticipantsGrpc.ParticipantsImplBase
-
- All Implemented Interfaces:
ParticipantsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ParticipantsGrpc
public abstract static class ParticipantsGrpc.ParticipantsImplBase extends Object implements io.grpc.BindableService, ParticipantsGrpc.AsyncService
Base class for the server implementation of the service Participants.Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
-
-
Constructor Summary
Constructors Constructor Description ParticipantsImplBase()
-
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.v2beta1.ParticipantsGrpc.AsyncService
analyzeContent, compileSuggestion, createParticipant, getParticipant, listParticipants, listSuggestions, streamingAnalyzeContent, suggestArticles, suggestFaqAnswers, suggestSmartReplies, updateParticipant
-
-