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 SuggestSmartRepliesRequest
SuggestSmartRepliesRequest.Builder. build()
SuggestSmartRepliesRequest
SuggestSmartRepliesRequest.Builder. buildPartial()
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. getDefaultInstance()
SuggestSmartRepliesRequest
SuggestSmartRepliesRequest.Builder. getDefaultInstanceForType()
SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. getDefaultInstanceForType()
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseDelimitedFrom(InputStream input)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(byte[] data)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(com.google.protobuf.ByteString data)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(InputStream input)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. parseFrom(ByteBuffer data)
static SuggestSmartRepliesRequest
SuggestSmartRepliesRequest. 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.Builder
SuggestSmartRepliesRequest.Builder. mergeFrom(SuggestSmartRepliesRequest other)
static SuggestSmartRepliesRequest.Builder
SuggestSmartRepliesRequest. newBuilder(SuggestSmartRepliesRequest prototype)
SuggestSmartRepliesResponse
ParticipantsClient. suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical messages.default void
ParticipantsGrpc.AsyncService. suggestSmartReplies(SuggestSmartRepliesRequest request, io.grpc.stub.StreamObserver<SuggestSmartRepliesResponse> responseObserver)
Gets smart replies for a participant based on specific historical messages.SuggestSmartRepliesResponse
ParticipantsGrpc.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.void
ParticipantsGrpc.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.
-