Uses of Class
com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsRequest
-
Packages that use BatchUpdateIntentsRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of BatchUpdateIntentsRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return BatchUpdateIntentsRequest Modifier and Type Method Description BatchUpdateIntentsRequest
BatchUpdateIntentsRequest.Builder. build()
BatchUpdateIntentsRequest
BatchUpdateIntentsRequest.Builder. buildPartial()
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. getDefaultInstance()
BatchUpdateIntentsRequest
BatchUpdateIntentsRequest.Builder. getDefaultInstanceForType()
BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. getDefaultInstanceForType()
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseDelimitedFrom(InputStream input)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(byte[] data)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(InputStream input)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(ByteBuffer data)
static BatchUpdateIntentsRequest
BatchUpdateIntentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type BatchUpdateIntentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsClient. batchUpdateIntentsCallable()
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.api.gax.rpc.UnaryCallSettings<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsSettings. batchUpdateIntentsSettings()
Returns the object with the settings used for calls to batchUpdateIntents.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsSettings.Builder. batchUpdateIntentsSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.static io.grpc.MethodDescriptor<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsGrpc. getBatchUpdateIntentsMethod()
com.google.protobuf.Parser<BatchUpdateIntentsRequest>
BatchUpdateIntentsRequest. getParserForType()
static com.google.protobuf.Parser<BatchUpdateIntentsRequest>
BatchUpdateIntentsRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type BatchUpdateIntentsRequest Modifier and Type Method Description default void
IntentsGrpc.AsyncService. batchUpdateIntents(BatchUpdateIntentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates/Creates multiple intents in the specified agent.com.google.longrunning.Operation
IntentsGrpc.IntentsBlockingStub. batchUpdateIntents(BatchUpdateIntentsRequest request)
Updates/Creates multiple intents in the specified agent.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
IntentsGrpc.IntentsFutureStub. batchUpdateIntents(BatchUpdateIntentsRequest request)
Updates/Creates multiple intents in the specified agent.void
IntentsGrpc.IntentsStub. batchUpdateIntents(BatchUpdateIntentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
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.BatchUpdateIntentsRequest.Builder
BatchUpdateIntentsRequest.Builder. mergeFrom(BatchUpdateIntentsRequest other)
static BatchUpdateIntentsRequest.Builder
BatchUpdateIntentsRequest. newBuilder(BatchUpdateIntentsRequest prototype)
-
Uses of BatchUpdateIntentsRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type BatchUpdateIntentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
GrpcIntentsStub. batchUpdateIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
HttpJsonIntentsStub. batchUpdateIntentsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsStub. batchUpdateIntentsCallable()
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.com.google.api.gax.rpc.UnaryCallSettings<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsStubSettings. batchUpdateIntentsSettings()
Returns the object with the settings used for calls to batchUpdateIntents.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateIntentsRequest,com.google.longrunning.Operation>
IntentsStubSettings.Builder. batchUpdateIntentsSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
-