Uses of Class
com.google.cloud.dialogflow.v2.SuggestFaqAnswersResponse
-
Packages that use SuggestFaqAnswersResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of SuggestFaqAnswersResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SuggestFaqAnswersResponse Modifier and Type Method Description SuggestFaqAnswersResponseSuggestFaqAnswersResponse.Builder. build()SuggestFaqAnswersResponseSuggestFaqAnswersResponse.Builder. buildPartial()static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. getDefaultInstance()SuggestFaqAnswersResponseSuggestFaqAnswersResponse.Builder. getDefaultInstanceForType()SuggestFaqAnswersResponseSuggestFaqAnswersResponse. getDefaultInstanceForType()SuggestFaqAnswersResponseSuggestionResult.Builder. getSuggestFaqAnswersResponse()SuggestFaqAnswersResponse if request is for FAQ_ANSWER.SuggestFaqAnswersResponseSuggestionResult. getSuggestFaqAnswersResponse()SuggestFaqAnswersResponse if request is for FAQ_ANSWER.SuggestFaqAnswersResponseSuggestionResultOrBuilder. getSuggestFaqAnswersResponse()SuggestFaqAnswersResponse if request is for FAQ_ANSWER.static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseDelimitedFrom(InputStream input)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(byte[] data)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(com.google.protobuf.ByteString data)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(InputStream input)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(ByteBuffer data)static SuggestFaqAnswersResponseSuggestFaqAnswersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SuggestFaqAnswersResponseParticipantsClient. suggestFaqAnswers(ParticipantName parent)Gets suggested faq answers for a participant based on specific historical messages.SuggestFaqAnswersResponseParticipantsClient. suggestFaqAnswers(SuggestFaqAnswersRequest request)Gets suggested faq answers for a participant based on specific historical messages.SuggestFaqAnswersResponseParticipantsClient. suggestFaqAnswers(String parent)Gets suggested faq answers for a participant based on specific historical messages.SuggestFaqAnswersResponseParticipantsGrpc.ParticipantsBlockingStub. suggestFaqAnswers(SuggestFaqAnswersRequest request)Gets suggested faq answers for a participant based on specific historical messages.Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type SuggestFaqAnswersResponse Modifier and Type Method Description SuggestFaqAnswersResponse.BuilderSuggestFaqAnswersResponse.Builder. mergeFrom(SuggestFaqAnswersResponse other)SuggestionResult.BuilderSuggestionResult.Builder. mergeSuggestFaqAnswersResponse(SuggestFaqAnswersResponse value)SuggestFaqAnswersResponse if request is for FAQ_ANSWER.static SuggestFaqAnswersResponse.BuilderSuggestFaqAnswersResponse. newBuilder(SuggestFaqAnswersResponse prototype)SuggestionResult.BuilderSuggestionResult.Builder. setSuggestFaqAnswersResponse(SuggestFaqAnswersResponse value)SuggestFaqAnswersResponse if request is for FAQ_ANSWER.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type SuggestFaqAnswersResponse Modifier and Type Method Description default voidParticipantsGrpc.AsyncService. suggestFaqAnswers(SuggestFaqAnswersRequest request, io.grpc.stub.StreamObserver<SuggestFaqAnswersResponse> responseObserver)Gets suggested faq answers for a participant based on specific historical messages.voidParticipantsGrpc.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.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-