Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Operation |
IntentsGrpc.IntentsBlockingStub.batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
IntentsGrpc.IntentsFutureStub.batchDeleteIntents(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.
|
void |
IntentsGrpc.IntentsImplBase.batchDeleteIntents(BatchDeleteIntentsRequest request,
StreamObserver<Operation> responseObserver)
Deletes intents in the specified agent.
|
void |
IntentsGrpc.IntentsStub.batchDeleteIntents(BatchDeleteIntentsRequest request,
StreamObserver<Operation> responseObserver)
Deletes intents in the specified agent.
|
OperationFuture<Empty,Struct> |
IntentsClient.batchDeleteIntentsAsync(BatchDeleteIntentsRequest request)
Deletes intents in the specified agent.
|
BatchDeleteIntentsRequest.Builder |
BatchDeleteIntentsRequest.Builder.mergeFrom(BatchDeleteIntentsRequest other) |
static BatchDeleteIntentsRequest.Builder |
BatchDeleteIntentsRequest.newBuilder(BatchDeleteIntentsRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.