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 BatchUpdateIntentsResponse
BatchUpdateIntentsResponse.Builder. build()
BatchUpdateIntentsResponse
BatchUpdateIntentsResponse.Builder. buildPartial()
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. getDefaultInstance()
BatchUpdateIntentsResponse
BatchUpdateIntentsResponse.Builder. getDefaultInstanceForType()
BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. getDefaultInstanceForType()
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseDelimitedFrom(InputStream input)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(byte[] data)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(InputStream input)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. parseFrom(ByteBuffer data)
static BatchUpdateIntentsResponse
BatchUpdateIntentsResponse. 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.Builder
BatchUpdateIntentsResponse.Builder. mergeFrom(BatchUpdateIntentsResponse other)
static BatchUpdateIntentsResponse.Builder
BatchUpdateIntentsResponse. 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.
-