Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(AgentName parent,
IntentBatch intentBatchInline)
Updates/Creates multiple intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(AgentName parent,
String intentBatchUri)
Updates/Creates multiple intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(BatchUpdateIntentsRequest request)
Updates/Creates multiple intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(String parent,
IntentBatch intentBatchInline)
Updates/Creates multiple intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(String parent,
String intentBatchUri)
Updates/Creates multiple intents in the specified agent.
|
OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsOperationCallable()
Updates/Creates multiple intents in the specified agent.
|
OperationCallSettings<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> |
IntentsSettings.batchUpdateIntentsOperationSettings()
Returns the object with the settings used for calls to batchUpdateIntents.
|
OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> |
IntentsSettings.Builder.batchUpdateIntentsOperationSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
|
Parser<BatchUpdateIntentsResponse> |
BatchUpdateIntentsResponse.getParserForType() |
static Parser<BatchUpdateIntentsResponse> |
BatchUpdateIntentsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateIntentsResponse.Builder |
BatchUpdateIntentsResponse.Builder.mergeFrom(BatchUpdateIntentsResponse other) |
static BatchUpdateIntentsResponse.Builder |
BatchUpdateIntentsResponse.newBuilder(BatchUpdateIntentsResponse prototype) |
Copyright © 2022 Google LLC. All rights reserved.