Uses of Class
com.google.cloud.dialogflow.v2beta1.DeleteIntentRequest
-
Packages that use DeleteIntentRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of DeleteIntentRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return DeleteIntentRequest Modifier and Type Method Description DeleteIntentRequest
DeleteIntentRequest.Builder. build()
DeleteIntentRequest
DeleteIntentRequest.Builder. buildPartial()
static DeleteIntentRequest
DeleteIntentRequest. getDefaultInstance()
DeleteIntentRequest
DeleteIntentRequest.Builder. getDefaultInstanceForType()
DeleteIntentRequest
DeleteIntentRequest. getDefaultInstanceForType()
static DeleteIntentRequest
DeleteIntentRequest. parseDelimitedFrom(InputStream input)
static DeleteIntentRequest
DeleteIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(byte[] data)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(InputStream input)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(ByteBuffer data)
static DeleteIntentRequest
DeleteIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 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 and its direct or indirect followup intents.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.v2beta1 with parameters of type DeleteIntentRequest Modifier and Type Method Description void
IntentsClient. deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.default void
IntentsGrpc.AsyncService. deleteIntent(DeleteIntentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified intent and its direct or indirect followup intents.com.google.protobuf.Empty
IntentsGrpc.IntentsBlockingStub. deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
IntentsGrpc.IntentsFutureStub. deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.void
IntentsGrpc.IntentsStub. deleteIntent(DeleteIntentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified intent and its direct or indirect followup intents.DeleteIntentRequest.Builder
DeleteIntentRequest.Builder. mergeFrom(DeleteIntentRequest other)
static DeleteIntentRequest.Builder
DeleteIntentRequest. newBuilder(DeleteIntentRequest prototype)
-
Uses of DeleteIntentRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.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.
-