Uses of Class
com.google.cloud.dialogflow.v2beta1.SuggestFaqAnswersResponse
-
Packages that use SuggestFaqAnswersResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of SuggestFaqAnswersResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return SuggestFaqAnswersResponse Modifier and Type Method Description SuggestFaqAnswersResponse
SuggestFaqAnswersResponse.Builder. build()
SuggestFaqAnswersResponse
SuggestFaqAnswersResponse.Builder. buildPartial()
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. getDefaultInstance()
SuggestFaqAnswersResponse
SuggestFaqAnswersResponse.Builder. getDefaultInstanceForType()
SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. getDefaultInstanceForType()
SuggestFaqAnswersResponse
SuggestionResult.Builder. getSuggestFaqAnswersResponse()
SuggestFaqAnswersResponse if request is for FAQ_ANSWER.SuggestFaqAnswersResponse
SuggestionResult. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(byte[] data)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(com.google.protobuf.ByteString data)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(InputStream input)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(ByteBuffer data)
static SuggestFaqAnswersResponse
SuggestFaqAnswersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SuggestFaqAnswersResponse
ParticipantsClient. suggestFaqAnswers(ParticipantName parent)
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.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.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type SuggestFaqAnswersResponse Modifier and Type Method Description com.google.protobuf.Parser<SuggestFaqAnswersResponse>
SuggestFaqAnswersResponse. getParserForType()
static io.grpc.MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsGrpc. getSuggestFaqAnswersMethod()
static com.google.protobuf.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.com.google.api.gax.rpc.UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsClient. suggestFaqAnswersCallable()
Gets suggested faq answers for a participant based on specific historical messages.com.google.api.gax.rpc.UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsSettings.Builder. suggestFaqAnswersSettings()
Returns the builder for the settings used for calls to suggestFaqAnswers.com.google.api.gax.rpc.UnaryCallSettings<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsSettings. suggestFaqAnswersSettings()
Returns the object with the settings used for calls to suggestFaqAnswers.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type SuggestFaqAnswersResponse Modifier and Type Method 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.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type SuggestFaqAnswersResponse Modifier and Type Method Description default void
ParticipantsGrpc.AsyncService. suggestFaqAnswers(SuggestFaqAnswersRequest request, io.grpc.stub.StreamObserver<SuggestFaqAnswersResponse> responseObserver)
Gets suggested faq answers for a participant based on specific historical messages.void
ParticipantsGrpc.ParticipantsStub. suggestFaqAnswers(SuggestFaqAnswersRequest request, io.grpc.stub.StreamObserver<SuggestFaqAnswersResponse> responseObserver)
Gets suggested faq answers for a participant based on specific historical messages. -
Uses of SuggestFaqAnswersResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type SuggestFaqAnswersResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
GrpcParticipantsStub. suggestFaqAnswersCallable()
com.google.api.gax.rpc.UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
HttpJsonParticipantsStub. suggestFaqAnswersCallable()
com.google.api.gax.rpc.UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsStub. suggestFaqAnswersCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsStubSettings.Builder. suggestFaqAnswersSettings()
Returns the builder for the settings used for calls to suggestFaqAnswers.com.google.api.gax.rpc.UnaryCallSettings<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
ParticipantsStubSettings. suggestFaqAnswersSettings()
Returns the object with the settings used for calls to suggestFaqAnswers.
-