Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<SuggestFaqAnswersRequest> |
SuggestFaqAnswersRequest.getParserForType() |
static MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsGrpc.getSuggestFaqAnswersMethod() |
static Parser<SuggestFaqAnswersRequest> |
SuggestFaqAnswersRequest.parser() |
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsClient.suggestFaqAnswersCallable()
Gets suggested faq answers for a participant based on specific historical messages.
|
UnaryCallSettings<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsSettings.suggestFaqAnswersSettings()
Returns the object with the settings used for calls to suggestFaqAnswers.
|
UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsSettings.Builder.suggestFaqAnswersSettings()
Returns the builder for the settings used for calls to suggestFaqAnswers.
|
Modifier and Type | Method and Description |
---|---|
SuggestFaqAnswersRequest.Builder |
SuggestFaqAnswersRequest.Builder.mergeFrom(SuggestFaqAnswersRequest other) |
static SuggestFaqAnswersRequest.Builder |
SuggestFaqAnswersRequest.newBuilder(SuggestFaqAnswersRequest prototype) |
SuggestFaqAnswersResponse |
ParticipantsGrpc.ParticipantsBlockingStub.suggestFaqAnswers(SuggestFaqAnswersRequest request)
Gets suggested faq answers for a participant based on specific historical
messages.
|
com.google.common.util.concurrent.ListenableFuture<SuggestFaqAnswersResponse> |
ParticipantsGrpc.ParticipantsFutureStub.suggestFaqAnswers(SuggestFaqAnswersRequest request)
Gets suggested faq answers for a participant based on specific historical
messages.
|
SuggestFaqAnswersResponse |
ParticipantsClient.suggestFaqAnswers(SuggestFaqAnswersRequest request)
Gets suggested faq answers for a participant based on specific historical messages.
|
void |
ParticipantsGrpc.ParticipantsImplBase.suggestFaqAnswers(SuggestFaqAnswersRequest request,
StreamObserver<SuggestFaqAnswersResponse> responseObserver)
Gets suggested faq answers for a participant based on specific historical
messages.
|
void |
ParticipantsGrpc.ParticipantsStub.suggestFaqAnswers(SuggestFaqAnswersRequest request,
StreamObserver<SuggestFaqAnswersResponse> responseObserver)
Gets suggested faq answers for a participant based on specific historical
messages.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsStub.suggestFaqAnswersCallable() |
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
HttpJsonParticipantsStub.suggestFaqAnswersCallable() |
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
GrpcParticipantsStub.suggestFaqAnswersCallable() |
UnaryCallSettings<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsStubSettings.suggestFaqAnswersSettings()
Returns the object with the settings used for calls to suggestFaqAnswers.
|
UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsStubSettings.Builder.suggestFaqAnswersSettings()
Returns the builder for the settings used for calls to suggestFaqAnswers.
|
Copyright © 2022 Google LLC. All rights reserved.