Uses of Class
com.google.cloud.dialogflow.cx.v3.ImportFlowResponse
-
Packages that use ImportFlowResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ImportFlowResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ImportFlowResponse Modifier and Type Method Description ImportFlowResponseImportFlowResponse.Builder. build()ImportFlowResponseImportFlowResponse.Builder. buildPartial()static ImportFlowResponseImportFlowResponse. getDefaultInstance()ImportFlowResponseImportFlowResponse.Builder. getDefaultInstanceForType()ImportFlowResponseImportFlowResponse. getDefaultInstanceForType()static ImportFlowResponseImportFlowResponse. parseDelimitedFrom(InputStream input)static ImportFlowResponseImportFlowResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFlowResponseImportFlowResponse. parseFrom(byte[] data)static ImportFlowResponseImportFlowResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFlowResponseImportFlowResponse. parseFrom(com.google.protobuf.ByteString data)static ImportFlowResponseImportFlowResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFlowResponseImportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ImportFlowResponseImportFlowResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFlowResponseImportFlowResponse. parseFrom(InputStream input)static ImportFlowResponseImportFlowResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportFlowResponseImportFlowResponse. parseFrom(ByteBuffer data)static ImportFlowResponseImportFlowResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ImportFlowResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportFlowResponse>ImportFlowResponse. getParserForType()com.google.api.gax.longrunning.OperationFuture<ImportFlowResponse,com.google.protobuf.Struct>FlowsClient. importFlowAsync(ImportFlowRequest request)Imports the specified flow to the specified agent from a binary file.com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsClient. importFlowOperationCallable()Imports the specified flow to the specified agent from a binary file.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsSettings.Builder. importFlowOperationSettings()Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.OperationCallSettings<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsSettings. importFlowOperationSettings()Returns the object with the settings used for calls to importFlow.static com.google.protobuf.Parser<ImportFlowResponse>ImportFlowResponse. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ImportFlowResponse Modifier and Type Method Description ImportFlowResponse.BuilderImportFlowResponse.Builder. mergeFrom(ImportFlowResponse other)static ImportFlowResponse.BuilderImportFlowResponse. newBuilder(ImportFlowResponse prototype) -
Uses of ImportFlowResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ImportFlowResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsStub. importFlowOperationCallable()com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>GrpcFlowsStub. importFlowOperationCallable()com.google.api.gax.rpc.OperationCallable<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>HttpJsonFlowsStub. importFlowOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsStubSettings.Builder. importFlowOperationSettings()Returns the builder for the settings used for calls to importFlow.com.google.api.gax.rpc.OperationCallSettings<ImportFlowRequest,ImportFlowResponse,com.google.protobuf.Struct>FlowsStubSettings. importFlowOperationSettings()Returns the object with the settings used for calls to importFlow.
-