Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetConversationRequest,Conversation> |
ConversationsClient.getConversationCallable()
Retrieves the specific conversation.
|
UnaryCallSettings<GetConversationRequest,Conversation> |
ConversationsSettings.getConversationSettings()
Returns the object with the settings used for calls to getConversation.
|
UnaryCallSettings.Builder<GetConversationRequest,Conversation> |
ConversationsSettings.Builder.getConversationSettings()
Returns the builder for the settings used for calls to getConversation.
|
static MethodDescriptor<GetConversationRequest,Conversation> |
ConversationsGrpc.getGetConversationMethod() |
Parser<GetConversationRequest> |
GetConversationRequest.getParserForType() |
static Parser<GetConversationRequest> |
GetConversationRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Conversation |
ConversationsGrpc.ConversationsBlockingStub.getConversation(GetConversationRequest request)
Retrieves the specific conversation.
|
com.google.common.util.concurrent.ListenableFuture<Conversation> |
ConversationsGrpc.ConversationsFutureStub.getConversation(GetConversationRequest request)
Retrieves the specific conversation.
|
Conversation |
ConversationsClient.getConversation(GetConversationRequest request)
Retrieves the specific conversation.
|
void |
ConversationsGrpc.ConversationsImplBase.getConversation(GetConversationRequest request,
StreamObserver<Conversation> responseObserver)
Retrieves the specific conversation.
|
void |
ConversationsGrpc.ConversationsStub.getConversation(GetConversationRequest request,
StreamObserver<Conversation> responseObserver)
Retrieves the specific conversation.
|
GetConversationRequest.Builder |
GetConversationRequest.Builder.mergeFrom(GetConversationRequest other) |
static GetConversationRequest.Builder |
GetConversationRequest.newBuilder(GetConversationRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetConversationRequest,Conversation> |
ConversationsStub.getConversationCallable() |
UnaryCallable<GetConversationRequest,Conversation> |
HttpJsonConversationsStub.getConversationCallable() |
UnaryCallable<GetConversationRequest,Conversation> |
GrpcConversationsStub.getConversationCallable() |
UnaryCallSettings<GetConversationRequest,Conversation> |
ConversationsStubSettings.getConversationSettings()
Returns the object with the settings used for calls to getConversation.
|
UnaryCallSettings.Builder<GetConversationRequest,Conversation> |
ConversationsStubSettings.Builder.getConversationSettings()
Returns the builder for the settings used for calls to getConversation.
|
Copyright © 2022 Google LLC. All rights reserved.