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