Uses of Class
com.google.cloud.dialogflow.v2beta1.SuggestFaqAnswersRequest
-
Packages that use SuggestFaqAnswersRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of SuggestFaqAnswersRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return SuggestFaqAnswersRequest Modifier and Type Method Description SuggestFaqAnswersRequestSuggestFaqAnswersRequest.Builder. build()SuggestFaqAnswersRequestSuggestFaqAnswersRequest.Builder. buildPartial()static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. getDefaultInstance()SuggestFaqAnswersRequestSuggestFaqAnswersRequest.Builder. getDefaultInstanceForType()SuggestFaqAnswersRequestSuggestFaqAnswersRequest. getDefaultInstanceForType()static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseDelimitedFrom(InputStream input)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(byte[] data)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(com.google.protobuf.ByteString data)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(InputStream input)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(ByteBuffer data)static SuggestFaqAnswersRequestSuggestFaqAnswersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type SuggestFaqAnswersRequest Modifier and Type Method Description com.google.protobuf.Parser<SuggestFaqAnswersRequest>SuggestFaqAnswersRequest. getParserForType()static io.grpc.MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>ParticipantsGrpc. getSuggestFaqAnswersMethod()static com.google.protobuf.Parser<SuggestFaqAnswersRequest>SuggestFaqAnswersRequest. parser()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 SuggestFaqAnswersRequest Modifier and Type Method Description SuggestFaqAnswersRequest.BuilderSuggestFaqAnswersRequest.Builder. mergeFrom(SuggestFaqAnswersRequest other)static SuggestFaqAnswersRequest.BuilderSuggestFaqAnswersRequest. newBuilder(SuggestFaqAnswersRequest prototype)SuggestFaqAnswersResponseParticipantsClient. suggestFaqAnswers(SuggestFaqAnswersRequest request)Gets suggested faq answers for a participant based on specific historical messages.default voidParticipantsGrpc.AsyncService. suggestFaqAnswers(SuggestFaqAnswersRequest request, io.grpc.stub.StreamObserver<SuggestFaqAnswersResponse> responseObserver)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.com.google.common.util.concurrent.ListenableFuture<SuggestFaqAnswersResponse>ParticipantsGrpc.ParticipantsFutureStub. suggestFaqAnswers(SuggestFaqAnswersRequest request)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 SuggestFaqAnswersRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type SuggestFaqAnswersRequest 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.
-