Uses of Class
com.google.cloud.dialogflow.v2.SuggestSmartRepliesRequest
-
Packages that use SuggestSmartRepliesRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of SuggestSmartRepliesRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SuggestSmartRepliesRequest Modifier and Type Method Description SuggestSmartRepliesRequestSuggestSmartRepliesRequest.Builder. build()SuggestSmartRepliesRequestSuggestSmartRepliesRequest.Builder. buildPartial()static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. getDefaultInstance()SuggestSmartRepliesRequestSuggestSmartRepliesRequest.Builder. getDefaultInstanceForType()SuggestSmartRepliesRequestSuggestSmartRepliesRequest. getDefaultInstanceForType()static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseDelimitedFrom(InputStream input)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(byte[] data)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(com.google.protobuf.ByteString data)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(InputStream input)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(ByteBuffer data)static SuggestSmartRepliesRequestSuggestSmartRepliesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SuggestSmartRepliesRequest Modifier and Type Method Description com.google.protobuf.Parser<SuggestSmartRepliesRequest>SuggestSmartRepliesRequest. getParserForType()static io.grpc.MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsGrpc. getSuggestSmartRepliesMethod()static com.google.protobuf.Parser<SuggestSmartRepliesRequest>SuggestSmartRepliesRequest. parser()com.google.api.gax.rpc.UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsClient. suggestSmartRepliesCallable()Gets smart replies for a participant based on specific historical messages.com.google.api.gax.rpc.UnaryCallSettings.Builder<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsSettings.Builder. suggestSmartRepliesSettings()Returns the builder for the settings used for calls to suggestSmartReplies.com.google.api.gax.rpc.UnaryCallSettings<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsSettings. suggestSmartRepliesSettings()Returns the object with the settings used for calls to suggestSmartReplies.Methods in com.google.cloud.dialogflow.v2 with parameters of type SuggestSmartRepliesRequest Modifier and Type Method Description SuggestSmartRepliesRequest.BuilderSuggestSmartRepliesRequest.Builder. mergeFrom(SuggestSmartRepliesRequest other)static SuggestSmartRepliesRequest.BuilderSuggestSmartRepliesRequest. newBuilder(SuggestSmartRepliesRequest prototype)SuggestSmartRepliesResponseParticipantsClient. suggestSmartReplies(SuggestSmartRepliesRequest request)Gets smart replies for a participant based on specific historical messages.default voidParticipantsGrpc.AsyncService. suggestSmartReplies(SuggestSmartRepliesRequest request, io.grpc.stub.StreamObserver<SuggestSmartRepliesResponse> responseObserver)Gets smart replies for a participant based on specific historical messages.SuggestSmartRepliesResponseParticipantsGrpc.ParticipantsBlockingStub. suggestSmartReplies(SuggestSmartRepliesRequest request)Gets smart replies for a participant based on specific historical messages.com.google.common.util.concurrent.ListenableFuture<SuggestSmartRepliesResponse>ParticipantsGrpc.ParticipantsFutureStub. suggestSmartReplies(SuggestSmartRepliesRequest request)Gets smart replies for a participant based on specific historical messages.voidParticipantsGrpc.ParticipantsStub. suggestSmartReplies(SuggestSmartRepliesRequest request, io.grpc.stub.StreamObserver<SuggestSmartRepliesResponse> responseObserver)Gets smart replies for a participant based on specific historical messages. -
Uses of SuggestSmartRepliesRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type SuggestSmartRepliesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>GrpcParticipantsStub. suggestSmartRepliesCallable()com.google.api.gax.rpc.UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>HttpJsonParticipantsStub. suggestSmartRepliesCallable()com.google.api.gax.rpc.UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsStub. suggestSmartRepliesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsStubSettings.Builder. suggestSmartRepliesSettings()Returns the builder for the settings used for calls to suggestSmartReplies.com.google.api.gax.rpc.UnaryCallSettings<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>ParticipantsStubSettings. suggestSmartRepliesSettings()Returns the object with the settings used for calls to suggestSmartReplies.
-