Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteIntentRequest,Empty> |
IntentsClient.deleteIntentCallable()
Deletes the specified intent and its direct or indirect followup intents.
|
UnaryCallSettings<DeleteIntentRequest,Empty> |
IntentsSettings.deleteIntentSettings()
Returns the object with the settings used for calls to deleteIntent.
|
UnaryCallSettings.Builder<DeleteIntentRequest,Empty> |
IntentsSettings.Builder.deleteIntentSettings()
Returns the builder for the settings used for calls to deleteIntent.
|
static MethodDescriptor<DeleteIntentRequest,Empty> |
IntentsGrpc.getDeleteIntentMethod() |
Parser<DeleteIntentRequest> |
DeleteIntentRequest.getParserForType() |
static Parser<DeleteIntentRequest> |
DeleteIntentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Empty |
IntentsGrpc.IntentsBlockingStub.deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
IntentsGrpc.IntentsFutureStub.deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.
|
void |
IntentsClient.deleteIntent(DeleteIntentRequest request)
Deletes the specified intent and its direct or indirect followup intents.
|
void |
IntentsGrpc.IntentsImplBase.deleteIntent(DeleteIntentRequest request,
StreamObserver<Empty> responseObserver)
Deletes the specified intent and its direct or indirect followup intents.
|
void |
IntentsGrpc.IntentsStub.deleteIntent(DeleteIntentRequest request,
StreamObserver<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) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteIntentRequest,Empty> |
HttpJsonIntentsStub.deleteIntentCallable() |
UnaryCallable<DeleteIntentRequest,Empty> |
GrpcIntentsStub.deleteIntentCallable() |
UnaryCallable<DeleteIntentRequest,Empty> |
IntentsStub.deleteIntentCallable() |
UnaryCallSettings<DeleteIntentRequest,Empty> |
IntentsStubSettings.deleteIntentSettings()
Returns the object with the settings used for calls to deleteIntent.
|
UnaryCallSettings.Builder<DeleteIntentRequest,Empty> |
IntentsStubSettings.Builder.deleteIntentSettings()
Returns the builder for the settings used for calls to deleteIntent.
|
Copyright © 2022 Google LLC. All rights reserved.