Uses of Class
com.google.cloud.dialogflow.cx.v3.UpdateIntentRequest
-
Packages that use UpdateIntentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of UpdateIntentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return UpdateIntentRequest Modifier and Type Method Description UpdateIntentRequestUpdateIntentRequest.Builder. build()UpdateIntentRequestUpdateIntentRequest.Builder. buildPartial()static UpdateIntentRequestUpdateIntentRequest. getDefaultInstance()UpdateIntentRequestUpdateIntentRequest.Builder. getDefaultInstanceForType()UpdateIntentRequestUpdateIntentRequest. getDefaultInstanceForType()static UpdateIntentRequestUpdateIntentRequest. parseDelimitedFrom(InputStream input)static UpdateIntentRequestUpdateIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIntentRequestUpdateIntentRequest. parseFrom(byte[] data)static UpdateIntentRequestUpdateIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIntentRequestUpdateIntentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateIntentRequestUpdateIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIntentRequestUpdateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateIntentRequestUpdateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIntentRequestUpdateIntentRequest. parseFrom(InputStream input)static UpdateIntentRequestUpdateIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateIntentRequestUpdateIntentRequest. parseFrom(ByteBuffer data)static UpdateIntentRequestUpdateIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.cx.v3 with parameters of type UpdateIntentRequest Modifier and Type Method Description UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. mergeFrom(UpdateIntentRequest other)static UpdateIntentRequest.BuilderUpdateIntentRequest. newBuilder(UpdateIntentRequest prototype)IntentIntentsClient. updateIntent(UpdateIntentRequest request)Updates the specified intent.default voidIntentsGrpc.AsyncService. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Updates the specified intent.IntentIntentsGrpc.IntentsBlockingStub. updateIntent(UpdateIntentRequest request)Updates the specified intent.com.google.common.util.concurrent.ListenableFuture<Intent>IntentsGrpc.IntentsFutureStub. updateIntent(UpdateIntentRequest request)Updates the specified intent.voidIntentsGrpc.IntentsStub. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Updates the specified intent. -
Uses of UpdateIntentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-