Class ConversationsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.ConversationsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/conversation.proto") public final class ConversationsGrpc extends Object
Service for managing [Conversations][google.cloud.dialogflow.v2beta1.Conversation].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConversationsGrpc.AsyncService
Service for managing [Conversations][google.cloud.dialogflow.v2beta1.Conversation].static class
ConversationsGrpc.ConversationsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Conversations.static class
ConversationsGrpc.ConversationsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Conversations.static class
ConversationsGrpc.ConversationsImplBase
Base class for the server implementation of the service Conversations.static class
ConversationsGrpc.ConversationsStub
A stub to allow clients to do asynchronous rpc calls to service Conversations.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateConversationMethod
public static io.grpc.MethodDescriptor<CreateConversationRequest,Conversation> getCreateConversationMethod()
-
getListConversationsMethod
public static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse> getListConversationsMethod()
-
getGetConversationMethod
public static io.grpc.MethodDescriptor<GetConversationRequest,Conversation> getGetConversationMethod()
-
getCompleteConversationMethod
public static io.grpc.MethodDescriptor<CompleteConversationRequest,Conversation> getCompleteConversationMethod()
-
getBatchCreateMessagesMethod
public static io.grpc.MethodDescriptor<BatchCreateMessagesRequest,BatchCreateMessagesResponse> getBatchCreateMessagesMethod()
-
getListMessagesMethod
public static io.grpc.MethodDescriptor<ListMessagesRequest,ListMessagesResponse> getListMessagesMethod()
-
getSuggestConversationSummaryMethod
public static io.grpc.MethodDescriptor<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse> getSuggestConversationSummaryMethod()
-
getGenerateStatelessSummaryMethod
public static io.grpc.MethodDescriptor<GenerateStatelessSummaryRequest,GenerateStatelessSummaryResponse> getGenerateStatelessSummaryMethod()
-
getSearchKnowledgeMethod
public static io.grpc.MethodDescriptor<SearchKnowledgeRequest,SearchKnowledgeResponse> getSearchKnowledgeMethod()
-
newStub
public static ConversationsGrpc.ConversationsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConversationsGrpc.ConversationsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConversationsGrpc.ConversationsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ConversationsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-