Uses of Class
com.google.cloud.dialogflow.v2beta1.IntentBatch
-
Packages that use IntentBatch Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of IntentBatch in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return IntentBatch Modifier and Type Method Description IntentBatchIntentBatch.Builder. build()IntentBatchIntentBatch.Builder. buildPartial()static IntentBatchIntentBatch. getDefaultInstance()IntentBatchIntentBatch.Builder. getDefaultInstanceForType()IntentBatchIntentBatch. getDefaultInstanceForType()IntentBatchBatchUpdateIntentsRequest.Builder. getIntentBatchInline()The collection of intents to update or create.IntentBatchBatchUpdateIntentsRequest. getIntentBatchInline()The collection of intents to update or create.IntentBatchBatchUpdateIntentsRequestOrBuilder. getIntentBatchInline()The collection of intents to update or create.static IntentBatchIntentBatch. parseDelimitedFrom(InputStream input)static IntentBatchIntentBatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentBatchIntentBatch. parseFrom(byte[] data)static IntentBatchIntentBatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentBatchIntentBatch. parseFrom(com.google.protobuf.ByteString data)static IntentBatchIntentBatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentBatchIntentBatch. parseFrom(com.google.protobuf.CodedInputStream input)static IntentBatchIntentBatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentBatchIntentBatch. parseFrom(InputStream input)static IntentBatchIntentBatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentBatchIntentBatch. parseFrom(ByteBuffer data)static IntentBatchIntentBatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 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.BuilderIntentBatch.Builder. mergeFrom(IntentBatch other)BatchUpdateIntentsRequest.BuilderBatchUpdateIntentsRequest.Builder. mergeIntentBatchInline(IntentBatch value)The collection of intents to update or create.static IntentBatch.BuilderIntentBatch. newBuilder(IntentBatch prototype)BatchUpdateIntentsRequest.BuilderBatchUpdateIntentsRequest.Builder. setIntentBatchInline(IntentBatch value)The collection of intents to update or create.
-