Package com.google.cloud.dialogflow.v2
Class ConversationsGrpc.ConversationsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ConversationsGrpc.ConversationsImplBase
-
- All Implemented Interfaces:
ConversationsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConversationsGrpc
public abstract static class ConversationsGrpc.ConversationsImplBase extends Object implements io.grpc.BindableService, ConversationsGrpc.AsyncService
Base class for the server implementation of the service Conversations.Service for managing [Conversations][google.cloud.dialogflow.v2.Conversation].
-
-
Constructor Summary
Constructors Constructor Description ConversationsImplBase()
-
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.ConversationsGrpc.AsyncService
completeConversation, createConversation, generateStatelessSummary, getConversation, listConversations, listMessages, searchKnowledge, suggestConversationSummary
-
-