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