Class ConversationProfilesGrpc.ConversationProfilesImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.ConversationProfilesGrpc.ConversationProfilesImplBase
-
- All Implemented Interfaces:
ConversationProfilesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConversationProfilesGrpc
public abstract static class ConversationProfilesGrpc.ConversationProfilesImplBase extends Object implements io.grpc.BindableService, ConversationProfilesGrpc.AsyncService
Base class for the server implementation of the service ConversationProfiles.Service for managing [ConversationProfiles][google.cloud.dialogflow.v2beta1.ConversationProfile].
-
-
Constructor Summary
Constructors Constructor Description ConversationProfilesImplBase()
-
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.ConversationProfilesGrpc.AsyncService
clearSuggestionFeatureConfig, createConversationProfile, deleteConversationProfile, getConversationProfile, listConversationProfiles, setSuggestionFeatureConfig, updateConversationProfile
-
-