Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
IntentBatch |
IntentBatch.Builder.build() |
IntentBatch |
IntentBatch.Builder.buildPartial() |
static IntentBatch |
IntentBatch.getDefaultInstance() |
IntentBatch |
IntentBatch.getDefaultInstanceForType() |
IntentBatch |
IntentBatch.Builder.getDefaultInstanceForType() |
IntentBatch |
BatchUpdateIntentsRequest.getIntentBatchInline()
The collection of intents to update or create.
|
IntentBatch |
BatchUpdateIntentsRequest.Builder.getIntentBatchInline()
The collection of intents to update or create.
|
IntentBatch |
BatchUpdateIntentsRequestOrBuilder.getIntentBatchInline()
The collection of intents to update or create.
|
static IntentBatch |
IntentBatch.parseDelimitedFrom(InputStream input) |
static IntentBatch |
IntentBatch.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static IntentBatch |
IntentBatch.parseFrom(byte[] data) |
static IntentBatch |
IntentBatch.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static IntentBatch |
IntentBatch.parseFrom(ByteBuffer data) |
static IntentBatch |
IntentBatch.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static IntentBatch |
IntentBatch.parseFrom(ByteString data) |
static IntentBatch |
IntentBatch.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static IntentBatch |
IntentBatch.parseFrom(CodedInputStream input) |
static IntentBatch |
IntentBatch.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static IntentBatch |
IntentBatch.parseFrom(InputStream input) |
static IntentBatch |
IntentBatch.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<IntentBatch> |
IntentBatch.getParserForType() |
static Parser<IntentBatch> |
IntentBatch.parser() |
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(String parent,
IntentBatch intentBatchInline)
Updates/Creates multiple intents in the specified agent.
|
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(IntentBatch other) |
BatchUpdateIntentsRequest.Builder |
BatchUpdateIntentsRequest.Builder.mergeIntentBatchInline(IntentBatch value)
The collection of intents to update or create.
|
static IntentBatch.Builder |
IntentBatch.newBuilder(IntentBatch prototype) |
BatchUpdateIntentsRequest.Builder |
BatchUpdateIntentsRequest.Builder.setIntentBatchInline(IntentBatch value)
The collection of intents to update or create.
|
Copyright © 2022 Google LLC. All rights reserved.