Uses of Class
com.google.cloud.dialogflow.v2.SuggestSmartRepliesResponse
-
Packages that use SuggestSmartRepliesResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of SuggestSmartRepliesResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return SuggestSmartRepliesResponse Modifier and Type Method Description SuggestSmartRepliesResponse
SuggestSmartRepliesResponse.Builder. build()
SuggestSmartRepliesResponse
SuggestSmartRepliesResponse.Builder. buildPartial()
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. getDefaultInstance()
SuggestSmartRepliesResponse
SuggestSmartRepliesResponse.Builder. getDefaultInstanceForType()
SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. getDefaultInstanceForType()
SuggestSmartRepliesResponse
SuggestionResult.Builder. getSuggestSmartRepliesResponse()
SuggestSmartRepliesResponse if request is for SMART_REPLY.SuggestSmartRepliesResponse
SuggestionResult. getSuggestSmartRepliesResponse()
SuggestSmartRepliesResponse if request is for SMART_REPLY.SuggestSmartRepliesResponse
SuggestionResultOrBuilder. getSuggestSmartRepliesResponse()
SuggestSmartRepliesResponse if request is for SMART_REPLY.static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseDelimitedFrom(InputStream input)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(byte[] data)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(com.google.protobuf.ByteString data)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(InputStream input)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(ByteBuffer data)
static SuggestSmartRepliesResponse
SuggestSmartRepliesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SuggestSmartRepliesResponse
ParticipantsClient. suggestSmartReplies(ParticipantName parent)
Gets smart replies for a participant based on specific historical messages.SuggestSmartRepliesResponse
ParticipantsClient. suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical messages.SuggestSmartRepliesResponse
ParticipantsClient. suggestSmartReplies(String parent)
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.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SuggestSmartRepliesResponse Modifier and Type Method Description com.google.protobuf.Parser<SuggestSmartRepliesResponse>
SuggestSmartRepliesResponse. getParserForType()
static io.grpc.MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>
ParticipantsGrpc. getSuggestSmartRepliesMethod()
static com.google.protobuf.Parser<SuggestSmartRepliesResponse>
SuggestSmartRepliesResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SuggestSmartRepliesResponse>
ParticipantsGrpc.ParticipantsFutureStub. suggestSmartReplies(SuggestSmartRepliesRequest request)
Gets smart replies for a participant based on specific historical messages.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 SuggestSmartRepliesResponse Modifier and Type Method Description SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse.Builder. mergeFrom(SuggestSmartRepliesResponse other)
SuggestionResult.Builder
SuggestionResult.Builder. mergeSuggestSmartRepliesResponse(SuggestSmartRepliesResponse value)
SuggestSmartRepliesResponse if request is for SMART_REPLY.static SuggestSmartRepliesResponse.Builder
SuggestSmartRepliesResponse. newBuilder(SuggestSmartRepliesResponse prototype)
SuggestionResult.Builder
SuggestionResult.Builder. setSuggestSmartRepliesResponse(SuggestSmartRepliesResponse value)
SuggestSmartRepliesResponse if request is for SMART_REPLY.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type SuggestSmartRepliesResponse Modifier and Type Method Description default void
ParticipantsGrpc.AsyncService. suggestSmartReplies(SuggestSmartRepliesRequest request, io.grpc.stub.StreamObserver<SuggestSmartRepliesResponse> responseObserver)
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 SuggestSmartRepliesResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type SuggestSmartRepliesResponse 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.
-