Uses of Class
com.google.cloud.dialogflow.v2.UpdateIntentRequest
-
Packages that use UpdateIntentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of UpdateIntentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return UpdateIntentRequest Modifier and Type Method Description UpdateIntentRequest
UpdateIntentRequest.Builder. build()
UpdateIntentRequest
UpdateIntentRequest.Builder. buildPartial()
static UpdateIntentRequest
UpdateIntentRequest. getDefaultInstance()
UpdateIntentRequest
UpdateIntentRequest.Builder. getDefaultInstanceForType()
UpdateIntentRequest
UpdateIntentRequest. getDefaultInstanceForType()
static UpdateIntentRequest
UpdateIntentRequest. parseDelimitedFrom(InputStream input)
static UpdateIntentRequest
UpdateIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(byte[] data)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(InputStream input)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(ByteBuffer data)
static UpdateIntentRequest
UpdateIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type UpdateIntentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateIntentRequest>
UpdateIntentRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateIntentRequest,Intent>
IntentsGrpc. getUpdateIntentMethod()
static com.google.protobuf.Parser<UpdateIntentRequest>
UpdateIntentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
IntentsClient. updateIntentCallable()
Updates the specified intent.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIntentRequest,Intent>
IntentsSettings.Builder. updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.com.google.api.gax.rpc.UnaryCallSettings<UpdateIntentRequest,Intent>
IntentsSettings. updateIntentSettings()
Returns the object with the settings used for calls to updateIntent.Methods in com.google.cloud.dialogflow.v2 with parameters of type UpdateIntentRequest Modifier and Type Method Description UpdateIntentRequest.Builder
UpdateIntentRequest.Builder. mergeFrom(UpdateIntentRequest other)
static UpdateIntentRequest.Builder
UpdateIntentRequest. newBuilder(UpdateIntentRequest prototype)
Intent
IntentsClient. updateIntent(UpdateIntentRequest request)
Updates the specified intent.default void
IntentsGrpc.AsyncService. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Updates the specified intent.Intent
IntentsGrpc.IntentsBlockingStub. updateIntent(UpdateIntentRequest request)
Updates the specified intent.com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. updateIntent(UpdateIntentRequest request)
Updates the specified intent.void
IntentsGrpc.IntentsStub. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Updates the specified intent. -
Uses of UpdateIntentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type UpdateIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
GrpcIntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
HttpJsonIntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
IntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIntentRequest,Intent>
IntentsStubSettings.Builder. updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.com.google.api.gax.rpc.UnaryCallSettings<UpdateIntentRequest,Intent>
IntentsStubSettings. updateIntentSettings()
Returns the object with the settings used for calls to updateIntent.
-