Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.Builder.build() |
SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.Builder.buildPartial() |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.getDefaultInstance() |
SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.getDefaultInstanceForType() |
SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.Builder.getDefaultInstanceForType() |
SuggestFaqAnswersResponse |
SuggestionResult.getSuggestFaqAnswersResponse()
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
|
SuggestFaqAnswersResponse |
SuggestionResult.Builder.getSuggestFaqAnswersResponse()
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
|
SuggestFaqAnswersResponse |
SuggestionResultOrBuilder.getSuggestFaqAnswersResponse()
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
|
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseDelimitedFrom(InputStream input) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(byte[] data) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(ByteBuffer data) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(ByteString data) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(CodedInputStream input) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(InputStream input) |
static SuggestFaqAnswersResponse |
SuggestFaqAnswersResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
SuggestFaqAnswersResponse |
ParticipantsClient.suggestFaqAnswers(ParticipantName parent)
Gets suggested faq answers for a participant based on specific historical messages.
|
SuggestFaqAnswersResponse |
ParticipantsClient.suggestFaqAnswers(String parent)
Gets suggested faq answers for a participant based on specific historical messages.
|
SuggestFaqAnswersResponse |
ParticipantsGrpc.ParticipantsBlockingStub.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.
|
Modifier and Type | Method and Description |
---|---|
Parser<SuggestFaqAnswersResponse> |
SuggestFaqAnswersResponse.getParserForType() |
static MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
ParticipantsGrpc.getSuggestFaqAnswersMethod() |
static Parser<SuggestFaqAnswersResponse> |
SuggestFaqAnswersResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<SuggestFaqAnswersResponse> |
ParticipantsGrpc.ParticipantsFutureStub.suggestFaqAnswers(SuggestFaqAnswersRequest request)
Gets suggested faq answers for a participant based on specific historical
messages.
|
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 |
---|---|
SuggestFaqAnswersResponse.Builder |
SuggestFaqAnswersResponse.Builder.mergeFrom(SuggestFaqAnswersResponse other) |
SuggestionResult.Builder |
SuggestionResult.Builder.mergeSuggestFaqAnswersResponse(SuggestFaqAnswersResponse value)
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
|
static SuggestFaqAnswersResponse.Builder |
SuggestFaqAnswersResponse.newBuilder(SuggestFaqAnswersResponse prototype) |
SuggestionResult.Builder |
SuggestionResult.Builder.setSuggestFaqAnswersResponse(SuggestFaqAnswersResponse value)
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.
|
Modifier and Type | Method and Description |
---|---|
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.