Uses of Class
com.google.cloud.dialogflow.v2.IntentBatch
-
Packages that use IntentBatch Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of IntentBatch in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return IntentBatch Modifier and Type Method Description IntentBatch
IntentBatch.Builder. build()
IntentBatch
IntentBatch.Builder. buildPartial()
static IntentBatch
IntentBatch. getDefaultInstance()
IntentBatch
IntentBatch.Builder. getDefaultInstanceForType()
IntentBatch
IntentBatch. getDefaultInstanceForType()
IntentBatch
BatchUpdateIntentsRequest.Builder. getIntentBatchInline()
The collection of intents to update or create.IntentBatch
BatchUpdateIntentsRequest. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentBatch
IntentBatch. parseFrom(byte[] data)
static IntentBatch
IntentBatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentBatch
IntentBatch. parseFrom(com.google.protobuf.ByteString data)
static IntentBatch
IntentBatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentBatch
IntentBatch. parseFrom(com.google.protobuf.CodedInputStream input)
static IntentBatch
IntentBatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentBatch
IntentBatch. parseFrom(InputStream input)
static IntentBatch
IntentBatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentBatch
IntentBatch. parseFrom(ByteBuffer data)
static IntentBatch
IntentBatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type IntentBatch Modifier and Type Method Description com.google.protobuf.Parser<IntentBatch>
IntentBatch. getParserForType()
static com.google.protobuf.Parser<IntentBatch>
IntentBatch. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type IntentBatch Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.Struct>
IntentsClient. batchUpdateIntentsAsync(AgentName parent, IntentBatch intentBatchInline)
Updates/Creates multiple intents in the specified agent.com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.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.
-