Uses of Class
com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse
-
Packages that use BatchUpdateIntentsResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of BatchUpdateIntentsResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return BatchUpdateIntentsResponse Modifier and Type Method Description BatchUpdateIntentsResponseBatchUpdateIntentsResponse.Builder. build()BatchUpdateIntentsResponseBatchUpdateIntentsResponse.Builder. buildPartial()static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. getDefaultInstance()BatchUpdateIntentsResponseBatchUpdateIntentsResponse.Builder. getDefaultInstanceForType()BatchUpdateIntentsResponseBatchUpdateIntentsResponse. getDefaultInstanceForType()static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseDelimitedFrom(InputStream input)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(byte[] data)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(InputStream input)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(ByteBuffer data)static BatchUpdateIntentsResponseBatchUpdateIntentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type BatchUpdateIntentsResponse 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(AgentName parent, String intentBatchUri)Updates/Creates multiple intents in the specified agent.com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsClient. batchUpdateIntentsAsync(BatchUpdateIntentsRequest request)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.com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsClient. batchUpdateIntentsAsync(String parent, String intentBatchUri)Updates/Creates multiple intents in the specified agent.com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsClient. batchUpdateIntentsOperationCallable()Updates/Creates multiple intents in the specified agent.com.google.api.gax.rpc.OperationCallSettings<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsSettings. batchUpdateIntentsOperationSettings()Returns the object with the settings used for calls to batchUpdateIntents.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsSettings.Builder. batchUpdateIntentsOperationSettings()Returns the builder for the settings used for calls to batchUpdateIntents.com.google.protobuf.Parser<BatchUpdateIntentsResponse>BatchUpdateIntentsResponse. getParserForType()static com.google.protobuf.Parser<BatchUpdateIntentsResponse>BatchUpdateIntentsResponse. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type BatchUpdateIntentsResponse Modifier and Type Method Description BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse.Builder. mergeFrom(BatchUpdateIntentsResponse other)static BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse. newBuilder(BatchUpdateIntentsResponse prototype) -
Uses of BatchUpdateIntentsResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type BatchUpdateIntentsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>GrpcIntentsStub. batchUpdateIntentsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>HttpJsonIntentsStub. batchUpdateIntentsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsStub. batchUpdateIntentsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsStubSettings. batchUpdateIntentsOperationSettings()Returns the object with the settings used for calls to batchUpdateIntents.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,com.google.protobuf.Struct>IntentsStubSettings.Builder. batchUpdateIntentsOperationSettings()Returns the builder for the settings used for calls to batchUpdateIntents.
-