Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
SuggestSmartRepliesRequest.Builder |
SuggestSmartRepliesRequest.Builder.mergeFrom(SuggestSmartRepliesRequest other) |
static SuggestSmartRepliesRequest.Builder |
SuggestSmartRepliesRequest.newBuilder(SuggestSmartRepliesRequest prototype) |
SuggestSmartRepliesResponse |
ParticipantsGrpc.ParticipantsBlockingStub.suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical
messages.
|
com.google.common.util.concurrent.ListenableFuture<SuggestSmartRepliesResponse> |
ParticipantsGrpc.ParticipantsFutureStub.suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical
messages.
|
SuggestSmartRepliesResponse |
ParticipantsClient.suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical messages.
|
void |
ParticipantsGrpc.ParticipantsImplBase.suggestSmartReplies(SuggestSmartRepliesRequest request,
StreamObserver<SuggestSmartRepliesResponse> responseObserver)
Gets smart replies for a participant based on specific historical
messages.
|
void |
ParticipantsGrpc.ParticipantsStub.suggestSmartReplies(SuggestSmartRepliesRequest request,
StreamObserver<SuggestSmartRepliesResponse> responseObserver)
Gets smart replies for a participant based on specific historical
messages.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
ParticipantsStub.suggestSmartRepliesCallable() |
UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
HttpJsonParticipantsStub.suggestSmartRepliesCallable() |
UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
GrpcParticipantsStub.suggestSmartRepliesCallable() |
UnaryCallSettings<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
ParticipantsStubSettings.suggestSmartRepliesSettings()
Returns the object with the settings used for calls to suggestSmartReplies.
|
UnaryCallSettings.Builder<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
ParticipantsStubSettings.Builder.suggestSmartRepliesSettings()
Returns the builder for the settings used for calls to suggestSmartReplies.
|
Copyright © 2022 Google LLC. All rights reserved.