Uses of Class
com.google.cloud.dialogflow.v2.SuggestFaqAnswersRequest
-
Packages that use SuggestFaqAnswersRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of SuggestFaqAnswersRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SuggestFaqAnswersRequest Modifier and Type Method Description SuggestFaqAnswersRequest
SuggestFaqAnswersRequest.Builder. build()
SuggestFaqAnswersRequest
SuggestFaqAnswersRequest.Builder. buildPartial()
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. getDefaultInstance()
SuggestFaqAnswersRequest
SuggestFaqAnswersRequest.Builder. getDefaultInstanceForType()
SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. getDefaultInstanceForType()
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseDelimitedFrom(InputStream input)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(byte[] data)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(com.google.protobuf.ByteString data)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(InputStream input)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(ByteBuffer data)
static SuggestFaqAnswersRequest
SuggestFaqAnswersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type SuggestFaqAnswersRequest Modifier and Type Method Description SuggestFaqAnswersRequest.Builder
SuggestFaqAnswersRequest.Builder. mergeFrom(SuggestFaqAnswersRequest other)
static SuggestFaqAnswersRequest.Builder
SuggestFaqAnswersRequest. newBuilder(SuggestFaqAnswersRequest prototype)
SuggestFaqAnswersResponse
ParticipantsClient. suggestFaqAnswers(SuggestFaqAnswersRequest request)
Gets suggested faq answers for a participant based on specific historical messages.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.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.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 SuggestFaqAnswersRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-